Throw a stream title input on the dashboard

This commit is contained in:
Gabe Kangas
2021-01-19 17:26:28 -08:00
parent 82a16c7d05
commit d2adda123c
3 changed files with 21 additions and 10 deletions

View File

@@ -33,6 +33,7 @@ export default function TextField(props: TextFieldProps) {
fieldName,
handleResetValue = () => {},
initialValues = {},
placeholder,
onSubmit,
onBlur,
onChange,
@@ -48,7 +49,6 @@ export default function TextField(props: TextFieldProps) {
const {
apiPath = '',
maxLength = TEXT_MAXLENGTH,
placeholder = '',
label = '',
tip = '',
required = false,