mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: zen
This commit is contained in:
parent
98c13a965b
commit
0bc00bef32
1 changed files with 3 additions and 3 deletions
|
|
@ -139,9 +139,6 @@ function ProviderRow(props: { provider: Provider }) {
|
|||
}
|
||||
>
|
||||
<div data-slot="form-actions">
|
||||
<button type="reset" data-color="ghost" onClick={() => hide()}>
|
||||
Cancel
|
||||
</button>
|
||||
<button
|
||||
type="submit"
|
||||
data-color="ghost"
|
||||
|
|
@ -150,6 +147,9 @@ function ProviderRow(props: { provider: Provider }) {
|
|||
>
|
||||
{saveSubmission.pending ? "Saving..." : "Save"}
|
||||
</button>
|
||||
<button type="reset" data-color="ghost" onClick={() => hide()}>
|
||||
Cancel
|
||||
</button>
|
||||
</div>
|
||||
</Show>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue