Skip to content

Commit 194a32d

Browse files
committed
Fix list storage in demo
1 parent 5d1fd42 commit 194a32d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/demo/src/dashboard/NewCustomers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const NewCustomers = () => {
3232
}}
3333
sort={{ field: 'first_seen', order: 'DESC' }}
3434
perPage={100}
35-
storeKey="new_customers"
35+
disableSyncWithLocation
3636
>
3737
<CardWithIcon
3838
to="/customers"

0 commit comments

Comments
 (0)