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 367aca7 commit b64d537Copy full SHA for b64d537
packages/components/src/components/link/link.lite.tsx
@@ -5,7 +5,8 @@ import classNames from 'classnames';
5
useMetadata({
6
isAttachedToShadowDom: false,
7
component: {
8
- includeIcon: false,
+ // MS Power Apps
9
+ includeIcon: true,
10
properties: [
11
// jscpd:ignore-start
12
{ name: 'children', type: 'SingleLine.Text' },
0 commit comments