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
4227b89ebc
commit
ea9b5b8d76
1 changed files with 2 additions and 4 deletions
|
|
@ -282,7 +282,7 @@ export function MemberSection() {
|
|||
<form action={inviteMember} method="post" data-slot="create-form">
|
||||
<div data-slot="input-row">
|
||||
<div data-slot="input-field">
|
||||
<p>Email</p>
|
||||
<p>Invitee</p>
|
||||
<input
|
||||
ref={(r) => (input = r)}
|
||||
data-component="input"
|
||||
|
|
@ -336,10 +336,8 @@ export function MemberSection() {
|
|||
</Show>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div data-slot="input-row">
|
||||
<div data-slot="input-field">
|
||||
<p>Usage limit</p>
|
||||
<p>Monthly spending limit</p>
|
||||
<input
|
||||
data-component="input"
|
||||
name="limit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue