We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e333838 commit bf10fa1Copy full SHA for bf10fa1
1 file changed
src/core/packages/chrome/app-menu/core-chrome-app-menu-components/src/constants.ts
@@ -16,5 +16,6 @@
16
*/
17
export const APP_MENU_ITEM_LIMIT = 3;
18
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.
+// 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
21
export const APP_MENU_SHARE_ID = 'share';
0 commit comments