Skip to content

Commit

Permalink
Merge branch 'main' into feat/patientIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Jul 19, 2023
2 parents a58b823 + 04dec52 commit e72f9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modals/save-form.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ const SaveFormModal: React.FC<SaveFormModalProps> = ({ form, schema }) => {
version: version,
description: description,
encounterType: encounterType,
uuid: newForm.uuid,
};

const newValueReference = await uploadSchema(updatedSchema);
Expand Down

0 comments on commit e72f9b0

Please sign in to comment.