mirror of
https://github.com/stashapp/stash.git
synced 2026-01-07 08:05:50 +01:00
Fixes
This commit is contained in:
parent
244c8ff234
commit
111d5dd7c5
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ export const SettingsTasksPanel: React.FC = () => {
|
|||
setProgress(newProgress);
|
||||
}
|
||||
}
|
||||
}, [jobStatus.data]);
|
||||
}, [jobStatus]);
|
||||
|
||||
useEffect(() => {
|
||||
if (metadataUpdate?.data?.metadataUpdate) {
|
||||
|
|
@ -64,7 +64,7 @@ export const SettingsTasksPanel: React.FC = () => {
|
|||
setProgress(newProgress);
|
||||
}
|
||||
}
|
||||
}, [metadataUpdate.data]);
|
||||
}, [metadataUpdate]);
|
||||
|
||||
function onImport() {
|
||||
setIsImportAlertOpen(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue