fix(app): show session busy even for active session
parent
b0345284f9
commit
beb97d21ff
|
|
@ -859,7 +859,6 @@ export default function Layout(props: ParentProps) {
|
|||
return false
|
||||
})
|
||||
const isWorking = createMemo(() => {
|
||||
if (props.session.id === params.id) return false
|
||||
if (hasPermissions()) return false
|
||||
const status = sessionStore.session_status[props.session.id]
|
||||
return status?.type === "busy" || status?.type === "retry"
|
||||
|
|
|
|||
Loading…
Reference in New Issue