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

@@ -4,6 +4,7 @@ export interface TextFieldProps {
handleResetValue?: (fieldName: string) => void;
fieldName: string;
initialValues?: any;
placeholder?: string;
type?: string;
configPath?: string;
required?: boolean;