mirror of
https://github.com/langgenius/dify.git
synced 2026-04-04 14:10:41 +08:00
record panel
This commit is contained in:
parent
1840d05a37
commit
bafdc510d6
@ -19,6 +19,6 @@ export const useStore = create<State & Action>(set => ({
|
||||
setShowRunHistory: showRunHistory => set(() => ({ showRunHistory })),
|
||||
showFeatures: false,
|
||||
setShowFeatures: showFeatures => set(() => ({ showFeatures })),
|
||||
runStaus: 'finished',
|
||||
runStaus: '',
|
||||
setRunStaus: runStaus => set(() => ({ runStaus })),
|
||||
}))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user