Skip to content

Commit

Permalink
Fix o.A.confirmOpenAll is not a function #329, 0.14.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 12, 2024
1 parent be63d8f commit 7243ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?`);
}

Expand Down

0 comments on commit 7243ee4

Please sign in to comment.