Skip to content

Commit 05bed3f

Browse files
fix(ui): do not mark workflow as touched when setting form field initial values
1 parent 87ea201 commit 05bed3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

invokeai/frontend/web/src/features/nodes/store/workflowSlice.ts

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ export const workflowSlice = createSlice({
186186
) => {
187187
const { formFieldInitialValues } = action.payload;
188188
state.formFieldInitialValues = formFieldInitialValues;
189-
state.isTouched = true;
190189
},
191190
},
192191
extraReducers: (builder) => {

0 commit comments

Comments
 (0)