Skip to content

Commit

Permalink
Reset filters and groups on submission
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jan 4, 2024
1 parent d7d62aa commit 33df9f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/maps/@id/edit/edit-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export default function TableInterface({ url }: EditTableProps) {
}

setTableUpdates([])
setDataParameters({select: {page: "0", pageSize: "50"}, filter: {}})
}, [tableUpdates])

const columnHeaderCellRenderer = useCallback((columnIndex: number) => {
Expand Down

0 comments on commit 33df9f5

Please sign in to comment.