Skip to content

Commit

Permalink
🐛 Remove required field on export (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Dec 12, 2023
1 parent eb06985 commit 4b1ffa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/app/queries/questionnaires.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export const downloadQuestionnaire = async (
delete yamlData.updateUser;
delete yamlData.createTime;
delete yamlData.id;
delete yamlData.required;

const newYamlData = yaml.dump(yamlData);

Expand Down

0 comments on commit 4b1ffa9

Please sign in to comment.