Skip to content

Commit

Permalink
chore: removed leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jul 9, 2024
1 parent 3a7e8e7 commit 3e78087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ import { ClickEvent } from '../../shared/model';
import { DEFAULT_ID } from '../../shared/constants';

useMetadata({
isAttachedToShadowDom: true,
component: {
// MS Power Apps
includeIcon: false,
properties: []
}
isAttachedToShadowDom: true
});

export default function DBAccordionItem(props: DBAccordionItemProps) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ import { DBAccordionItem } from '../accordion-item';
import { DBAccordionItemDefaultProps } from '../accordion-item/model';

useMetadata({
isAttachedToShadowDom: true,
component: {
// MS Power Apps
includeIcon: false,
properties: []
}
isAttachedToShadowDom: true
});

export default function DBAccordion(props: DBAccordionProps) {
Expand Down

0 comments on commit 3e78087

Please sign in to comment.