mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +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:
@@ -9,14 +9,8 @@ import { faQuestionCircle } from "@fortawesome/free-solid-svg-icons";
|
||||
|
||||
export const SettingsLibraryPanel: React.FC = () => {
|
||||
const intl = useIntl();
|
||||
const {
|
||||
general,
|
||||
loading,
|
||||
error,
|
||||
saveGeneral,
|
||||
defaults,
|
||||
saveDefaults,
|
||||
} = React.useContext(SettingStateContext);
|
||||
const { general, loading, error, saveGeneral, defaults, saveDefaults } =
|
||||
React.useContext(SettingStateContext);
|
||||
|
||||
function commaDelimitedToList(value: string | undefined) {
|
||||
if (value) {
|
||||
|
||||
Reference in New Issue
Block a user