Commit bafdc510 authored by StyleZhang's avatar StyleZhang

record panel

parent 1840d05a
...@@ -19,6 +19,6 @@ export const useStore = create<State & Action>(set => ({ ...@@ -19,6 +19,6 @@ export const useStore = create<State & Action>(set => ({
setShowRunHistory: showRunHistory => set(() => ({ showRunHistory })), setShowRunHistory: showRunHistory => set(() => ({ showRunHistory })),
showFeatures: false, showFeatures: false,
setShowFeatures: showFeatures => set(() => ({ showFeatures })), setShowFeatures: showFeatures => set(() => ({ showFeatures })),
runStaus: 'finished', runStaus: '',
setRunStaus: runStaus => set(() => ({ runStaus })), setRunStaus: runStaus => set(() => ({ runStaus })),
})) }))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment