feat(rankings): remove 'all' period option from rankings and related components
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ import { Rankings } from '@/features/rankings'
|
||||
|
||||
const rankingsSearchSchema = z.object({
|
||||
period: z
|
||||
.enum(['today', 'week', 'month', 'year', 'all'])
|
||||
.enum(['today', 'week', 'month', 'year'])
|
||||
.optional()
|
||||
.catch(undefined),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user