mirror of https://github.com/langgenius/dify.git
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