mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 21:35:55 +08:00
fix: clear vars timing wrong
This commit is contained in:
parent
650abe8a8f
commit
bbfdab53dd
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user