We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4cb88 commit 3cf330dCopy full SHA for 3cf330d
plugins/dialog/guest-js/index.ts
@@ -11,7 +11,7 @@ class Path {
11
}
12
13
destroy() {
14
- return invoke('plugin:dialog|destroy-path', { path: this.path })
+ return invoke('plugin:dialog|destroy_path', { path: this.path })
15
16
17
toPath() {
0 commit comments