Skip to content

Commit

Permalink
Make the form consistent (ohcnetwork#6238)
Browse files Browse the repository at this point in the history
* shift right

* Update src/Components/Facility/AddLocationForm.tsx

Co-authored-by: Rithvik Nishad <[email protected]>

---------

Co-authored-by: Rithvik Nishad <[email protected]>
  • Loading branch information
Pranshu1902 and rithviknishad authored Sep 11, 2023
1 parent baecaab commit 4e8005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/AddLocationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const AddLocationForm = (props: LocationFormProps) => {
/>
</div>
</div>
<div className="mt-4 flex flex-col gap-3 sm:flex-row sm:justify-between">
<div className="mt-4 cui-form-button-group">
<Cancel
onClick={() =>
navigate(`/facility/${facilityId}/location`, {
Expand Down

0 comments on commit 4e8005c

Please sign in to comment.