Skip to content

Commit

Permalink
Fixing initial values of new subgroup form.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Krulis committed Mar 8, 2019
1 parent 29d2811 commit 915b4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/forms/EditGroupForm/EditGroupForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export const EDIT_GROUP_FORM_EMPTY_INITIAL_VALUES = {
isPublic: false,
publicStats: false,
hasThreshold: false,
threshold: '',
isOrganizational: false,
threshold: 0,
localizedTexts: getLocalizedTextsInitialValues([], EDIT_GROUP_FORM_LOCALIZED_TEXTS_DEFAULT),
};

Expand Down

0 comments on commit 915b4c9

Please sign in to comment.