Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Oct 6, 2023
1 parent 1db335c commit 7af1176
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ const PropertyViewSelector = React.forwardRef<FormikProps<any>, IPropertyViewSel
props.onSuccess();
}}
ref={formikRef}
onSuccess={() => {
setEditManagementState(null);
props.onSuccess();
}}
ref={formikRef}
/>
);
case PropertyEditForms.UpdateContactContainer:
Expand Down

0 comments on commit 7af1176

Please sign in to comment.