Skip to content

Commit f1b287d

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
[AI Assistance] Remove patch suggestion label
Bug: 393268664 Change-Id: I8839e068984cedd3876aa99f26f591f5cbefa1a0 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6275971 Commit-Queue: Alex Rudenko <[email protected]> Auto-Submit: Alex Rudenko <[email protected]> Reviewed-by: Nikolay Vitkov <[email protected]> Commit-Queue: Nikolay Vitkov <[email protected]>
1 parent 3835ed2 commit f1b287d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/ai_assistance/components/ChatView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ function renderChangeSummary({
845845
<div>Selected folder: ${projectName}</div>
846846
</div>
847847
${patchSuggestion ? html`<div class="patch-tmp-message">
848-
I suggest changing these files ${patchSuggestion}
848+
${patchSuggestion}
849849
</div>` : Lit.nothing}
850850
</details>`;
851851
// clang-format on

0 commit comments

Comments
 (0)