Skip to content

Commit 794b64e

Browse files
chore(user-settings-dialog): tests issue fixed
1 parent 77d0cac commit 794b64e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/fiori/src/UserSettingsDialog.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@ class UserSettingsDialog extends UI5Element {
193193
@property({ type: String })
194194
_mediaRange?: any;
195195

196-
197-
constructor() {
198-
super();
196+
onEnterDOM() {
199197
this.setAttribute("data-sap-ui-fastnavgroup-container", "true");
200198
}
201199

0 commit comments

Comments
 (0)