Skip to content

Commit bf10fa1

Browse files
committed
fix comment
1 parent e333838 commit bf10fa1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/core/packages/chrome/app-menu/core-chrome-app-menu-components/src

src/core/packages/chrome/app-menu/core-chrome-app-menu-components/src/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
*/
1717
export const APP_MENU_ITEM_LIMIT = 3;
1818
export const DEFAULT_POPOVER_WIDTH = 200;
19-
// Temporary if of the share button in the app menu, used to extract the share action from the app menu config and use it in the app header menu.
19+
// Id of the share button in the app menu, used to extract the share action from the app menu config and use it in the app header menu.
20+
// Used as a temporary hack to be addressed by https://github.com/elastic/kibana/issues/271401
2021
export const APP_MENU_SHARE_ID = 'share';

0 commit comments

Comments
 (0)