Skip to content

Commit

Permalink
Merge pull request #244 from rimorin/staging
Browse files Browse the repository at this point in the history
Staging -> Master
  • Loading branch information
rimorin authored Sep 15, 2023
2 parents f5734c8 + 7425b8f commit 94587a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/modal/congoptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ const UpdateCongregationOptions = NiceModal.create(
description: option.description,
isCountable: option.isCountable,
isDefault: option.isDefault || false,
sequence: option.sequence,
isNew: false
sequence: option.sequence
};
});
await pollingVoidFunction(() =>
Expand Down

0 comments on commit 94587a2

Please sign in to comment.