Skip to content

Commit e4c8835

Browse files
committed
minor
1 parent 99ff70b commit e4c8835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ qx.Class.define("osparc.file.FileLabelWithActions", {
221221
const locationId = file.getLocation();
222222
if (locationId !== 0 && locationId !== "0") {
223223
osparc.FlashMessenger.getInstance().logAs(this.tr("Only files in simcore.s3 can be deleted"));
224+
return null;
224225
}
225226
const dataStore = osparc.store.Data.getInstance();
226227
return dataStore.deleteFile(locationId, fileId);

0 commit comments

Comments
 (0)