Fix black screen after migrating with release notes (#4825)

This commit is contained in:
WithoutPants
2024-05-10 16:42:33 +10:00
committed by GitHub
parent 77ee620877
commit 12af7d6515
3 changed files with 15 additions and 6 deletions

View File

@@ -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();