Skip to content

Commit fd245dc

Browse files
committed
fix(gui): preserve filepath in apply error state
1 parent d0a3c0b commit fd245dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gui/src/redux/thunks/handleApplyStateUpdate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export const applyForEditTool = createAsyncThunk<
210210
status: "closed",
211211
streamId: applyState.streamId,
212212
toolCallId,
213+
filepath: payload.filepath,
213214
}),
214215
);
215216
}

0 commit comments

Comments
 (0)