Skip to content

Commit cb2c1c5

Browse files
committed
remove not found text
1 parent 4a1321a commit cb2c1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceContainerManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ qx.Class.define("osparc.dashboard.ResourceContainerManager", {
192192
text = this.tr("No Functions found");
193193
break;
194194
case osparc.dashboard.StudyBrowser.CONTEXT.SEARCH_FILES:
195-
text = this.tr("No Files found");
195+
// text = this.tr("No Files found");
196196
break;
197197
}
198198
break;

0 commit comments

Comments
 (0)