Skip to content

Commit

Permalink
fix(ui5-menu): include icon (#9413)
Browse files Browse the repository at this point in the history
Add icon import, as the icon is currently not showing.
  • Loading branch information
tsanislavgatev authored Jul 8, 2024
1 parent 90f5f11 commit d5508a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/MenuItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
import { isPhone } from "@ui5/webcomponents-base/dist/Device.js";
import AriaHasPopup from "@ui5/webcomponents-base/dist/types/AriaHasPopup.js";
import type { AccessibilityAttributes } from "@ui5/webcomponents-base/dist/types.js";
import "@ui5/webcomponents-icons/dist/nav-back.js";
import type { ListItemAccessibilityAttributes } from "./ListItem.js";
import ListItem from "./ListItem.js";
import ResponsivePopover from "./ResponsivePopover.js";
Expand Down

0 comments on commit d5508a7

Please sign in to comment.