Skip to content

Commit bf86ac4

Browse files
committed
Fix test failing on CI only - not locally
1 parent dffdef4 commit bf86ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-copy/lib/uui-copy.element.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { property } from 'lit/decorators.js';
44
import { UUIButtonElement } from '@umbraco-ui/uui-button/lib';
55
import { UUICopyEvent } from './UUICopyEvent';
66
import { demandCustomElement } from '@umbraco-ui/uui-base/lib/utils';
7-
import { LabelMixin } from '@umbraco-ui/uui-base';
7+
import { LabelMixin } from '@umbraco-ui/uui-base/lib/mixins';
88

99
/**
1010
* @summary A button to trigger text content to be copied to the clipboard

0 commit comments

Comments
 (0)