-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
The EditCollectionModal component has some custom logic to confirm the modal: https://github.com/camunda/camunda-optimize/blob/8e24d625b676fa1f501df16d72862dd41b897ea3/client/src/modules/components/EditCollectionModal/EditCollectionModal.js#L36
This should be and is already handled in the Modal component: https://github.com/camunda/camunda-optimize/blob/8e24d625b676fa1f501df16d72862dd41b897ea3/client/src/modules/components/Modal/Modal.js#L93
We just need to make sure the Modal component is used correctly