Skip to content

Commit b2cfa13

Browse files
feat(ui): when migrating pre-builder workflows, hide description for node fields by default, matching prev behaviour
1 parent 9d57bc1 commit b2cfa13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/nodes/util/workflow/validateWorkflow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ export const validateWorkflow = async (args: ValidateWorkflowArgs): Promise<Vali
253253
continue;
254254
}
255255
const element = buildNodeFieldElement(nodeId, fieldName, fieldTemplate.type);
256+
element.data.showDescription = false;
256257
addElement({
257258
form: _workflow.form,
258259
element,

0 commit comments

Comments
 (0)