Skip to content

Commit cc4d89a

Browse files
VasilyStrelyaevalexslavr
authored andcommitted
fix: trial panel fix from the Blazor team (#30989)
1 parent 73a02bd commit cc4d89a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/devextreme/js/__internal/core/license/trial_panel.client.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,14 @@ class DxLicenseTrigger extends SafeHTMLElement {
323323
export function registerCustomComponents(customStyles?: CustomTrialPanelStyles): void {
324324
if (!customElements.get(componentNames.trigger)) {
325325
DxLicense.customStyles = customStyles;
326-
customElements.define(
327-
componentNames.trigger,
328-
DxLicenseTrigger,
329-
);
330326
customElements.define(
331327
componentNames.panel,
332328
DxLicense,
333329
);
330+
customElements.define(
331+
componentNames.trigger,
332+
DxLicenseTrigger,
333+
);
334334
}
335335
}
336336

0 commit comments

Comments
 (0)