mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
fix build by making name optional
This commit is contained in:
@@ -3,7 +3,7 @@ import Required from './required'
|
|||||||
|
|
||||||
export default function Input(props: {
|
export default function Input(props: {
|
||||||
label: string
|
label: string
|
||||||
name: string
|
name?: string
|
||||||
required: boolean
|
required: boolean
|
||||||
children: React.ReactNode
|
children: React.ReactNode
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user