mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 22:28:55 +08:00
5 lines
236 B
TypeScript
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' })
|