Skip to content

Commit 279d640

Browse files
committed
fix: missed schema value
1 parent fb07e1c commit 279d640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Operations/useOperationsQueryParams.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {z} from 'zod';
44
import type {OperationKind} from '../../types/api/operations';
55

66
const operationKindSchema = z
7-
.enum(['ss/backgrounds', 'export/s3', 'export/yt', 'buildindex'])
7+
.enum(['ss/backgrounds', 'export/s3', 'export/yt', 'import/s3', 'buildindex'])
88
.catch('buildindex');
99

1010
export function useOperationsQueryParams() {

0 commit comments

Comments
 (0)