mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: start support readonly
This commit is contained in:
@ -383,7 +383,7 @@ export const useNodesReadOnly = () => {
|
||||
}, [workflowStore])
|
||||
|
||||
return {
|
||||
nodesReadOnly: workflowRunningData || historyWorkflowData || isRestoring,
|
||||
nodesReadOnly: !!(workflowRunningData || historyWorkflowData || isRestoring),
|
||||
getNodesReadOnly,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user