Skip to content

Commit 5c89ba7

Browse files
committed
minor
1 parent 90c9f4d commit 5c89ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
197197

198198
setTrashEmpty: function(isEmpty) {
199199
this.__trashButton.set({
200-
icon: isEmpty ? "@FontAwesome5Solid/trash/16" : "@FontAwesome5Solid/trash-alt/16"
200+
icon: isEmpty ? "@FontAwesome5Solid/trash-alt/16" : "@FontAwesome5Solid/trash/16"
201201
});
202202
},
203203
/* /TRASH BIN */

0 commit comments

Comments
 (0)