mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54: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:
@@ -178,12 +178,9 @@ export const SceneFileInfoPanel: React.FC<ISceneFileInfoPanelProps> = (
|
||||
const Toast = useToast();
|
||||
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [deletingFile, setDeletingFile] = useState<
|
||||
GQL.VideoFileDataFragment | undefined
|
||||
>();
|
||||
const [reassigningFile, setReassigningFile] = useState<
|
||||
GQL.VideoFileDataFragment | undefined
|
||||
>();
|
||||
const [deletingFile, setDeletingFile] = useState<GQL.VideoFileDataFragment>();
|
||||
const [reassigningFile, setReassigningFile] =
|
||||
useState<GQL.VideoFileDataFragment>();
|
||||
|
||||
function renderStashIDs() {
|
||||
if (!props.scene.stash_ids.length) {
|
||||
|
||||
Reference in New Issue
Block a user