dify/web/features/deployments/list/query-state.ts
Stephen Zhou ea6e7a9ed0
tweaks
2026-05-07 19:14:04 +08:00

5 lines
236 B
TypeScript

import { parseAsString } from 'nuqs'
export const envFilterQueryState = parseAsString.withDefault('all').withOptions({ history: 'push' })
export const keywordsQueryState = parseAsString.withDefault('').withOptions({ history: 'push' })