Fix [object Object] in feedback metadata (#10390)
This commit is contained in:
committed by
GitHub
parent
1e651bf1a5
commit
a4262cd8cf
@@ -29,7 +29,7 @@ interface IProps {
|
||||
title: string;
|
||||
subheading: string;
|
||||
rageshakeLabel: string;
|
||||
rageshakeData?: Record<string, string>;
|
||||
rageshakeData?: Record<string, any>;
|
||||
children?: ReactNode;
|
||||
onFinished(sendFeedback?: boolean): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user