Skip to content

Commit db9fb1b

Browse files
committed
minor
1 parent e958a1a commit db9fb1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,10 @@ qx.Class.define("osparc.dashboard.WorkspaceHeader", {
174174
const title = this.getChildControl("title");
175175
if (workspaceId === -2) {
176176
this.__setIcon("@FontAwesome5Solid/search/24");
177-
title.setValue(this.tr("Search results"));
177+
title.set({
178+
value: this.tr("Search results"),
179+
cursor: "auto"
180+
});
178181
return;
179182
}
180183

0 commit comments

Comments
 (0)