Skip to content

Commit 669e7a2

Browse files
committed
linting
1 parent 33d62ad commit 669e7a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/file/FolderViewer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,15 @@ qx.Class.define("osparc.file.FolderViewer", {
107107
});
108108
break;
109109
}
110-
case "multi-select-button":
110+
case "multi-select-button": {
111111
control = new qx.ui.form.ToggleButton(this.tr("Multiselect")).set({
112112
value: false,
113113
marginRight: 10,
114114
});
115115
const header = this.getChildControl("header");
116116
header.addAt(control, 2);
117117
break;
118+
}
118119
case "view-options-rgroup":
119120
control = new qx.ui.form.RadioGroup();
120121
break;

0 commit comments

Comments
 (0)