Skip to content

Commit abb4963

Browse files
author
lcx
committed
fix: issue#395
1 parent a4642ec commit abb4963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/packages/common/src/components/aoplatform/EditableTableWithModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const EditableTableWithModal = <T extends { _id?: string }>({
132132
}
133133
])
134134
],
135-
[state.language, disabled, configFields]
135+
[state.language, disabled, configFields, configurations]
136136
)
137137

138138
const formItems = useMemo(() => {

0 commit comments

Comments
 (0)