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
@ -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…
Reference in New Issue
Block a user