Update gist-handler.ts

pull/4577/head
yann300 9 months ago committed by Aniket
parent c2d6bdec3b
commit 44b40c651e
  1. 2
      libs/remix-core-plugin/src/lib/gist-handler.ts

@ -120,7 +120,7 @@ export class GistHandler extends Plugin {
if (found) {
await this.call('notification', 'alert', {
id: 'gistAlert',
message: `workspace "${gistIdWorkspace}" already exist`,
message: `workspace "${gistIdWorkspace}" already exists`,
})
return
}

Loading…
Cancel
Save