mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57: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: {
|
||||
label: string
|
||||
name: string
|
||||
name?: string
|
||||
required: boolean
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user