Skip to content

Commit b64d537

Browse files
committed
fix: we were missing the icon include in this component
1 parent 367aca7 commit b64d537

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/components/src/components/link/link.lite.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import classNames from 'classnames';
55
useMetadata({
66
isAttachedToShadowDom: false,
77
component: {
8-
includeIcon: false,
8+
// MS Power Apps
9+
includeIcon: true,
910
properties: [
1011
// jscpd:ignore-start
1112
{ name: 'children', type: 'SingleLine.Text' },

0 commit comments

Comments
 (0)