Skip to content

Commit 16eff36

Browse files
committed
timur - bugfix continued, ensure onSave changes get carried into handleOnSave
1 parent 3065a33 commit 16eff36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

timur/lib/client/jsx/components/model_map/edit_attribute_modal.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ export default function EditAttributeModal({
5151
updatedAttribute,
5252
validationType,
5353
validationValue,
54-
isArrayValidation
54+
isArrayValidation,
55+
onSave
5556
]);
5657

5758
const reset = useCallback(() => {

0 commit comments

Comments
 (0)