Skip to content

Commit

Permalink
FBR-101 Fix parameter validation (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Hildt <[email protected]>
  • Loading branch information
fiterlatam and leonardohildt authored May 18, 2023
1 parent b545e8a commit 6673def
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
delete this.formData.type;
delete this.formData.responsibleUserName;
delete this.formData.meetingDayName;
delete this.formData.groups;

this.formData.locale = scope.optlang.code;
this.formData.dateFormat = scope.df;
Expand Down

0 comments on commit 6673def

Please sign in to comment.