mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Fix black screen after migrating with release notes (#4825)
This commit is contained in:
@@ -2229,6 +2229,11 @@ export const queryLogs = () =>
|
||||
});
|
||||
|
||||
export const useSystemStatus = () => GQL.useSystemStatusQuery();
|
||||
export const refetchSystemStatus = () => {
|
||||
client.refetchQueries({
|
||||
include: [GQL.SystemStatusDocument],
|
||||
});
|
||||
};
|
||||
|
||||
export const useJobsSubscribe = () => GQL.useJobsSubscribeSubscription();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user