Add additional metadata to feedback submitted through spotlight dialog (#9024)
This commit is contained in:
parent
8c67984f50
commit
32c008b3f0
2 changed files with 8 additions and 3 deletions
|
@ -1004,7 +1004,9 @@ const SpotlightDialog: React.FC<IProps> = ({ initialText = "", initialFilter = n
|
|||
};
|
||||
|
||||
const openFeedback = SdkConfig.get().bug_report_endpoint_url ? () => {
|
||||
Modal.createDialog(FeedbackDialog);
|
||||
Modal.createDialog(FeedbackDialog, {
|
||||
feature: "spotlight",
|
||||
});
|
||||
} : null;
|
||||
|
||||
const activeDescendant = rovingContext.state.activeRef?.current?.id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue