Skip to content

Commit

Permalink
Removed react fragments from form builder modal
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot committed Oct 29, 2024
1 parent bd84c7b commit db4c04e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export const FormBuilderModal: React.FC<BuildFormModalProps> = React.memo(
};

return (
<>
<Modal
show={showBuildForm}
onHide={onClose}
Expand Down Expand Up @@ -146,7 +145,6 @@ export const FormBuilderModal: React.FC<BuildFormModalProps> = React.memo(
/>
</Modal.Footer>
</Modal>
</>
);
);
}
);

0 comments on commit db4c04e

Please sign in to comment.