From 7425b8fc5007d4ff4ef8134c688250be370040d4 Mon Sep 17 00:00:00 2001 From: Kwan Rimorin John Eric Date: Fri, 15 Sep 2023 21:44:43 +0800 Subject: [PATCH] fix: remove unnecessary isNew field for option --- src/components/modal/congoptions.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/modal/congoptions.tsx b/src/components/modal/congoptions.tsx index 2e06ca29..fd7c1225 100644 --- a/src/components/modal/congoptions.tsx +++ b/src/components/modal/congoptions.tsx @@ -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(() =>