Skip to content

Commit 25a0ec8

Browse files
authored
Merge branch 'main' into 1192-power-apps-provide-translations
2 parents ba0dea2 + 4475983 commit 25a0ec8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build-power-apps/DBUI/DBUI.cdsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<ProjectReference Include="..\radio\DBRadio.pcfproj" />
5454
<ProjectReference Include="..\infotext\DBInfotext.pcfproj" />
5555
<ProjectReference Include="..\brand\DBBrand.pcfproj" />
56+
<ProjectReference Include="..\tag\DBTag.pcfproj" />
5657
</ItemGroup>
5758

5859
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />

packages/components/src/components/tag/tag.lite.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { DBButton } from '../button';
1010
import { uuid } from '../../utils';
1111
import { DBTagState, DBTagProps } from './model';
1212
import { DEFAULT_ID } from '../../shared/constants';
13+
import { DBIcon } from '../icon';
1314
import classNames from 'classnames';
1415

1516
useMetadata({
@@ -18,6 +19,7 @@ useMetadata({
1819
includeIcon: true,
1920
isFormComponent: true,
2021
properties: [
22+
{ name: 'children', type: 'SingleLine.Text' },
2123
{ name: 'name', type: 'SingleLine.Text' },
2224
// { name: 'disabled', type: 'TwoOptions' },
2325
{

0 commit comments

Comments
 (0)