Skip to content

Commit 2b1dcb2

Browse files
committed
renaming
1 parent 7264a1e commit 2b1dcb2

File tree

1 file changed

+3
-3
lines changed
  • services/static-webserver/client/source/class/osparc/form/tag

1 file changed

+3
-3
lines changed

services/static-webserver/client/source/class/osparc/form/tag/TagManager.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ qx.Class.define("osparc.form.tag.TagManager", {
7070
this._add(filter);
7171

7272
const tagsContainer = this.__tagsContainer = new qx.ui.container.Composite(new qx.ui.layout.VBox());
73-
const scrollView = new qx.ui.container.Scroll();
74-
scrollView.add(tagsContainer);
75-
this._add(scrollView, {
73+
const scrollTags = new qx.ui.container.Scroll();
74+
scrollTags.add(tagsContainer);
75+
this._add(scrollTags, {
7676
flex: 1
7777
});
7878

0 commit comments

Comments
 (0)