Skip to content

Commit

Permalink
πŸ—‘οΈ Make pagination strategy not selectable in UI (#3229)
Browse files Browse the repository at this point in the history
* πŸ—‘οΈ Make pagination strategy not selectable in UI

* Update src/composables/useStrategies.ts

Co-authored-by: Sam <[email protected]>

Co-authored-by: Sam <[email protected]>
  • Loading branch information
emnul and samuveth authored Oct 20, 2022
1 parent 56affbf commit 7fa3013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/composables/useStrategies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export function useStrategies() {
'strategies'
);

strategies.value = strategies.value.filter(
strategy => strategy.id !== 'pagination'
);

loadingStrategies.value = false;
}

Expand Down

0 comments on commit 7fa3013

Please sign in to comment.