Skip to content

Commit

Permalink
🐛 Disable pagination for questionnaire summary (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Dec 15, 2023
1 parent 0c9dfb0 commit 469e0b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const QuestionsTable: React.FC<{
section: "Section",
},
isExpansionEnabled: true,
isPaginationEnabled: false,
expandableVariant: "single",
forceNumRenderedColumns: isAllQuestionsTab ? 3 : 2, // columns+1 for expand control
});
Expand Down

0 comments on commit 469e0b1

Please sign in to comment.