Skip to content

Commit

Permalink
fix: maintain default filter with pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulkark committed Sep 16, 2024
1 parent 594bf8d commit c3155f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/studio-home/data/slice.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const slice = createSlice({
search: undefined,
order: 'display_name',
archivedOnly: undefined,
activeOnly: undefined,
activeOnly: true,
isFiltered: false,
cleanFilters: false,
},
Expand Down

0 comments on commit c3155f5

Please sign in to comment.