fix: do not pass the text value as a form field
This fixes an issue where on ephemeral key creation, it would fail due to localized dates
This commit is contained in:
parent
9dafd8e8b0
commit
a9e8394dec
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ export default function NumberField(props: NumberFieldProps) {
|
|||
)}>
|
||||
<Input
|
||||
className="w-full bg-transparent focus:outline-none"
|
||||
name={props.name}
|
||||
/>
|
||||
<Button slot="decrement">
|
||||
<DashIcon className="w-4 h-4" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue