Skip to content

Commit

Permalink
Add isRepeated attribute into repopulate group table
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Aug 23, 2024
1 parent 82bb4bd commit 3752e7d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function RepopulateGroupTable(props: RepopulateRepeatGroupProps) {
qItem={qItem}
qrItems={oldQRItems ?? []}
groupCardElevation={1}
isRepeated={true}
showMinimalView={true}
parentIsReadOnly={true}
onQrRepeatGroupChange={() => void 0}
Expand All @@ -51,6 +52,7 @@ function RepopulateGroupTable(props: RepopulateRepeatGroupProps) {
qItem={qItem}
qrItems={newQRItems ?? []}
groupCardElevation={1}
isRepeated={true}
showMinimalView={true}
parentIsReadOnly={true}
onQrRepeatGroupChange={() => void 0}
Expand Down

0 comments on commit 3752e7d

Please sign in to comment.