chore: allow draft run single node without connect to other node (#31977)

This commit is contained in:
非法操作
2026-02-10 18:03:52 +08:00
committed by -LAN-
parent 16d0096491
commit 85018d557c

View File

@@ -159,6 +159,9 @@ const useLastRun = <T>({
if (!warningForNode)
return false
if (warningForNode.unConnected && !warningForNode.errorMessage)
return false
const message = warningForNode.errorMessage || 'This node has unresolved checklist issues'
Toast.notify({ type: 'error', message })
return true