mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Update dependencies (#3123)
* Update localforage, remove query-string * Update fontawesome and flag-icons * Update formatjs * Update axios and videojs * Update apollo client and graphql * Update bootstrap and react * Update polyfills * Update vite * Update ESLint * Update stylelint * Update configs * Rebuild yarn.lock
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { faChevronDown, faChevronUp } from "@fortawesome/free-solid-svg-icons";
|
||||
import React, { useState } from "react";
|
||||
import React, { PropsWithChildren, useState } from "react";
|
||||
import { Button, Collapse, Form, Modal, ModalProps } from "react-bootstrap";
|
||||
import { FormattedMessage, useIntl } from "react-intl";
|
||||
import { PropsWithChildren } from "react-router/node_modules/@types/react";
|
||||
import { Icon } from "../Shared";
|
||||
import { StringListInput } from "../Shared/StringListInput";
|
||||
|
||||
@@ -154,7 +153,7 @@ export const BooleanSetting: React.FC<IBooleanSetting> = (props) => {
|
||||
};
|
||||
|
||||
interface ISelectSetting extends ISetting {
|
||||
value?: string | number | string[] | undefined;
|
||||
value?: string | number | string[];
|
||||
onChange: (v: string) => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user