fix(plugin-workflow-manual): fix schema config component (#3172)

This commit is contained in:
Junyi 2023-12-13 11:50:13 +08:00 committed by GitHub
parent 005a3806e7
commit 35c4b5c55a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -466,7 +466,7 @@ export function SchemaConfig({ value, onChange }) {
},
},
}),
[value],
[],
);
const refresh = useCallback(