mirror of
https://github.com/tale/headplane.git
synced 2026-07-28 00:28:56 +00:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user