Skip to content

Commit

Permalink
Merge branch 'storybook' of https://github.com/Gome510/macpro-mdct-mcr
Browse files Browse the repository at this point in the history
…into storybook
  • Loading branch information
Gome510 committed Jan 23, 2025
2 parents da983fc + 2d9c087 commit d3e0c14
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 d3e0c14

Please sign in to comment.