diff options
| author | Max Nanis | 2025-06-03 20:06:44 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-03 20:06:44 +0700 |
| commit | 62456f41288eb0f03c5092d36610d566f275c8b5 (patch) | |
| tree | 20b0170545f6b6c1ae1af233aca795d1d4aac2ef /src/models/bucketSlice.ts | |
| parent | bf027779eb4c839420406e3547f22f5665ec08ab (diff) | |
| download | panel-ui-62456f41288eb0f03c5092d36610d566f275c8b5.tar.gz panel-ui-62456f41288eb0f03c5092d36610d566f275c8b5.zip | |
selectQuestionById, useMemo selector (MultiChoice.choices makes a lot of lookup). Setting up the Questions view to do Pagination to tab through available questions and view one at a time
Diffstat (limited to 'src/models/bucketSlice.ts')
| -rw-r--r-- | src/models/bucketSlice.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/models/bucketSlice.ts b/src/models/bucketSlice.ts index 3a2c0d1..1a15263 100644 --- a/src/models/bucketSlice.ts +++ b/src/models/bucketSlice.ts @@ -23,7 +23,6 @@ export default bucketSlice.reducer export const selectBucketsStatus = (state: RootState) => state.buckets.status export const selectBucketsError = (state: RootState) => state.buckets.error - export const selectAllBuckets = (state: RootState) => state.buckets export const selectBucketById = (state: RootState, bucketId: string | null) => |
