fix: remove instance from cache after deleting
This commit is contained in:
@@ -35,3 +35,5 @@ export const workerListAtom = atom<
|
||||
>([]);
|
||||
|
||||
export const backendOptionsAtom = atom<BackendOption[]>([]);
|
||||
|
||||
export const resourceOverviewAtom = atom<Record<string, any>>({});
|
||||
|
||||
Reference in New Issue
Block a user