Throw a stream title input on the dashboard
This commit is contained in:
@@ -4,6 +4,7 @@ export interface TextFieldProps {
|
||||
handleResetValue?: (fieldName: string) => void;
|
||||
fieldName: string;
|
||||
initialValues?: any;
|
||||
placeholder?: string;
|
||||
type?: string;
|
||||
configPath?: string;
|
||||
required?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user