diff --git a/package.json b/package.json index 2b619542..d9ebf764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openeo/web-editor", - "version": "0.14.0-beta.2", + "version": "0.14.0-beta.3", "apiVersions": [ "1.0.0-rc.2", "1.0.0", diff --git a/src/utils.js b/src/utils.js index 53b0da40..aab8c709 100644 --- a/src/utils.js +++ b/src/utils.js @@ -413,7 +413,7 @@ class Utils extends VueUtils { } } - confirmOpenAll(files) { + static confirmOpenAll(files) { return confirm(`You are about to open ${files.length} individual files / tabs, which could slow down the web browser. Are you sure you want to open all of them?`); }