浏览代码

wip(desktop): progress

Adam 2 月之前
父节点
当前提交
ae8c4154aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ui/src/components/session-turn.tsx

+ 1 - 1
packages/ui/src/components/session-turn.tsx

@@ -222,7 +222,7 @@ export function SessionTurn(
 
 
               const [store, setStore] = createStore({
               const [store, setStore] = createStore({
                 status: rawStatus(),
                 status: rawStatus(),
-                stepsExpanded: true,
+                stepsExpanded: working(),
                 duration: duration(),
                 duration: duration(),
               })
               })