chore: generate
This commit is contained in:
parent
a150424c16
commit
84f94e6143
@ -157,13 +157,7 @@ function StickyScrollFixture(props: { separated: boolean; scroll: (scroll: Scrol
|
||||
|
||||
function FailedPendingToolFixture() {
|
||||
return (
|
||||
<InlineToolRow
|
||||
icon="%"
|
||||
complete={false}
|
||||
pending="Preparing patch..."
|
||||
failed={true}
|
||||
failure="Patch failed"
|
||||
>
|
||||
<InlineToolRow icon="%" complete={false} pending="Preparing patch..." failed={true} failure="Patch failed">
|
||||
Patch
|
||||
</InlineToolRow>
|
||||
)
|
||||
@ -171,13 +165,7 @@ function FailedPendingToolFixture() {
|
||||
|
||||
function FailedCompleteToolFixture() {
|
||||
return (
|
||||
<InlineToolRow
|
||||
icon="→"
|
||||
complete={true}
|
||||
pending="Reading file..."
|
||||
failed={true}
|
||||
failure="Read failed"
|
||||
>
|
||||
<InlineToolRow icon="→" complete={true} pending="Reading file..." failed={true} failure="Read failed">
|
||||
Read src/index.ts
|
||||
</InlineToolRow>
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user