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:
Aarnav Tale 2024-10-20 18:34:43 -04:00
parent 9dafd8e8b0
commit a9e8394dec
No known key found for this signature in database

View File

@ -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" />