mirror of
https://github.com/langgenius/dify.git
synced 2026-04-22 03:37:44 +08:00
fix(graph/skill): use push to persist history in browser
This commit is contained in:
@ -4,7 +4,7 @@ import { ViewType } from '@/app/components/workflow/types'
|
||||
export const parseAsViewType = parseAsStringEnum<ViewType>(Object.values(ViewType))
|
||||
.withDefault(ViewType.graph)
|
||||
.withOptions({
|
||||
history: 'replace',
|
||||
history: 'push',
|
||||
clearOnDefault: true,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user