Skip to content

Commit 751cdc4

Browse files
committed
fix: Node height
1 parent dbac020 commit 751cdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/workflow/common/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const knowledgeWriteNode = {
130130
type: WorkflowType.KnowledgeWriteNode,
131131
text: t('views.workflow.nodes.knowledgeWriteNode.text'),
132132
label: t('views.workflow.nodes.knowledgeWriteNode.label'),
133-
height: 252,
133+
height: 100,
134134
properties: {
135135
stepName: t('views.workflow.nodes.knowledgeWriteNode.label'),
136136
config: {

0 commit comments

Comments
 (0)