fix streamtitle change field on index
This commit is contained in:
@@ -11,8 +11,8 @@ export interface SocialHandleDropdownItem {
|
||||
export type FieldUpdaterFunc = (args: UpdateArgs) => void;
|
||||
|
||||
export interface UpdateArgs {
|
||||
fieldName: string;
|
||||
value: any;
|
||||
fieldName?: string;
|
||||
path?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user