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">
|
<div data-slot="form-actions">
|
||||||
<button type="reset" data-color="ghost" onClick={() => hide()}>
|
|
||||||
Cancel
|
|
||||||
</button>
|
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
data-color="ghost"
|
data-color="ghost"
|
||||||
|
|
@ -150,6 +147,9 @@ function ProviderRow(props: { provider: Provider }) {
|
||||||
>
|
>
|
||||||
{saveSubmission.pending ? "Saving..." : "Save"}
|
{saveSubmission.pending ? "Saving..." : "Save"}
|
||||||
</button>
|
</button>
|
||||||
|
<button type="reset" data-color="ghost" onClick={() => hide()}>
|
||||||
|
Cancel
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</Show>
|
</Show>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue