diff --git a/components/wizard/input.tsx b/components/wizard/input.tsx index 58bd44c..743784e 100644 --- a/components/wizard/input.tsx +++ b/components/wizard/input.tsx @@ -2,7 +2,7 @@ import React from 'react' import InputWrapper from './inputWrapper' -interface InputProps extends React.InputHTMLAttributes { +interface InputProps extends React.InputHTMLAttributes { label: string }