Skip to content

Commit

Permalink
Merge branch 'integrationTesting' into B-21350-INT
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstonebraker authored Feb 27, 2025
2 parents 5081a7d + 674c0cd commit 057fc1c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/pages/Admin/OfficeUsers/OfficeUserList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@ const ListActions = () => {
<TopToolbar>
<CreateButton />
<ImportOfficeUserButton resource={resource} />
<ExportButton disabled={total === 0} resource={resource} sort={sort} filter={filterValues} exporter={exporter} />
<ExportButton
disabled={total === 0}
resource={resource}
sort={sort}
filter={filterValues}
exporter={exporter}
maxResults={total}
/>
</TopToolbar>
);
};
Expand Down

0 comments on commit 057fc1c

Please sign in to comment.