Skip to content

Commit

Permalink
🐛 Disable pagination for questionnaire summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Dec 14, 2023
1 parent 1a2f183 commit b974779
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 b974779

Please sign in to comment.