Skip to content
Snippets Groups Projects
Verified Commit 7c7e3fd4 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: remove display property #219

parent adea894f
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ function updateDataSource() {
data = [];
}
this.datasource.set(data);
this.data=data;
}
/**
......
......@@ -118,8 +118,6 @@ class ContextError extends Popper {
classes: {
button: "monster-theme-error-2",
},
display: "inline-block"
});
}
......
......@@ -87,8 +87,7 @@ class ContextHelp extends Popper {
templates: {
main: getTemplate(),
},
mode: "auto",
display: "inline-block"
mode: "auto"
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment