Skip to content

Commit

Permalink
Disable url state by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Nov 18, 2022
1 parent 45d288e commit ecda8d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function TableListViewComp<T extends UserContentCommonSchema>({
headingId,
initialPageSize,
listingLimit,
urlStateEnabled = true,
urlStateEnabled = false,
customTableColumn,
emptyPrompt,
findItems,
Expand Down

0 comments on commit ecda8d9

Please sign in to comment.