Skip to content

Commit 8857fc4

Browse files
authored
Merge pull request #407 from APIParkLab/fix/cx
fix: issue#395
2 parents 6bed4f7 + abb4963 commit 8857fc4

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)