mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 10:47:46 +00:00
feat(dialog): Adds name to all dialogs. (#16626)
* feat(dialog): Adds name to all dialogs. The name is used for debugging purposes to be added to logs. * squash: Drop empty string.
This commit is contained in:
@@ -47,7 +47,7 @@ class ReactionsMenuButton extends AbstractButton<IProps> {
|
||||
* @returns {void}
|
||||
*/
|
||||
override _handleClick() {
|
||||
this.props.dispatch(openDialog(ReactionMenuDialog));
|
||||
this.props.dispatch(openDialog('ReactionMenuDialog', ReactionMenuDialog));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user