mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 10:14:22 +01:00
wip: zen
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user