Merge pull request #13012 from KDSBrowne/bbb-popout-icon

Add Popout Icon To Learning Dashboard Menu Item
This commit is contained in:
Pedro Beschorner Marin 2021-08-17 09:00:12 -03:00 committed by GitHub
commit 905a4b855c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,6 +308,7 @@ class UserOptions extends PureComponent {
if (activityReportAccessToken != null) {
this.menuItems.push({
icon: "multi_whiteboard",
iconRight: "popout_window",
label: intl.formatMessage(intlMessages.activityReportLabel),
description: intl.formatMessage(intlMessages.activityReportDesc),
key: this.activityReportId,