Skip to content

Commit

Permalink
add space back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Gome510 authored Jan 23, 2025
1 parent 6986568 commit 2d9c087
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const AddEditReportModal = ({
};
const modalFormJson = modalFormJsonMap[reportType]!;
const [form, setForm] = useState<FormJson>(modalFormJson);

useEffect(() => {
// make deep copy of baseline form for customization
let customizedModalForm: FormJson = JSON.parse(
Expand Down

0 comments on commit 2d9c087

Please sign in to comment.