Skip to content

Commit 35c4b5c

Browse files
authoredDec 13, 2023
fix(plugin-workflow-manual): fix schema config component (nocobase#3172)
1 parent 005a380 commit 35c4b5c

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/@nocobase/plugin-workflow-manual/src/client/instruction

1 file changed

+1
-1
lines changed
 

‎packages/plugins/@nocobase/plugin-workflow-manual/src/client/instruction/SchemaConfig.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ export function SchemaConfig({ value, onChange }) {
466466
},
467467
},
468468
}),
469-
[value],
469+
[],
470470
);
471471

472472
const refresh = useCallback(

0 commit comments

Comments
 (0)
Please sign in to comment.