We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb07e1c commit 33a4973Copy full SHA for 33a4973
src/containers/Operations/useOperationsQueryParams.ts
@@ -4,7 +4,7 @@ import {z} from 'zod';
4
import type {OperationKind} from '../../types/api/operations';
5
6
const operationKindSchema = z
7
- .enum(['ss/backgrounds', 'export/s3', 'export/yt', 'buildindex'])
+ .enum(['ss/backgrounds', 'export/s3', 'export/yt', 'import/s3', 'buildindex'])
8
.catch('buildindex');
9
10
export function useOperationsQueryParams() {
0 commit comments