fix: remove instance from cache after deleting
This commit is contained in:
@@ -4,7 +4,7 @@ import { DashboardProps } from './types';
|
||||
export const DashboardContext = createContext<
|
||||
DashboardProps & {
|
||||
fetchData: (params?: { [key: string]: any }) => Promise<void>;
|
||||
clusterList: Global.BaseOption<
|
||||
clusterList?: Global.BaseOption<
|
||||
number,
|
||||
{ provider: string; state: string | number }
|
||||
>[];
|
||||
|
||||
Reference in New Issue
Block a user