Skip to content

Commit

Permalink
hide message in table after removing records
Browse files Browse the repository at this point in the history
  • Loading branch information
eperedo committed Mar 26, 2024
1 parent 764b9ba commit 2e44ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webapp/pages/dashboard/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const DashboardPage: React.FC<Props> = React.memo(props => {
{...config}
filterComponents={filterComponents}
paginationOptions={{ renderPosition: { bottom: true, top: false } }}
hideSelectionMessages
/>
<ConfirmationDialog
isOpen={selectedIds && selectedIds.ids.length > 0}
Expand Down

0 comments on commit 2e44ef5

Please sign in to comment.