This commit is contained in:
Dax Raad
2026-01-26 10:35:53 -05:00
parent 4d50a32979
commit bf0754caeb
2 changed files with 2 additions and 31 deletions
@@ -1952,8 +1952,8 @@ function ApplyPatch(props: ToolProps<typeof ApplyPatchTool>) {
</For>
</Match>
<Match when={true}>
<InlineTool icon="%" pending="Preparing apply_patch..." complete={false} part={props.part}>
apply_patch
<InlineTool icon="%" pending="Preparing patch..." complete={false} part={props.part}>
Patch
</InlineTool>
</Match>
</Switch>