fix: clear vars timing wrong

This commit is contained in:
Joel 2025-05-22 15:22:09 +08:00
parent 650abe8a8f
commit bbfdab53dd

View File

@ -40,7 +40,7 @@ const useInspectVarsCrud = () => {
const { data: systemVars } = useSysVarValues(appId)
const invalidateSysVarValues = useInvalidateSysVarValues(appId)
const { mutate: doDeleteAllInspectorVars } = useDeleteAllInspectorVars(appId)
const { mutateAsync: doDeleteAllInspectorVars } = useDeleteAllInspectorVars(appId)
const { mutate: doDeleteNodeInspectorVars } = useDeleteNodeInspectorVars(appId)
const { mutate: doDeleteInspectVar } = useDeleteInspectVar(appId)