pull/4925/head
Your Name 8 months ago
parent ce3ae0d192
commit 5ff921045c
  1. 2
      apps/remix-ide/src/app/plugins/remix-templates.ts

@ -32,7 +32,7 @@ export class TemplatesPlugin extends Plugin {
message: 'This template is not available in the desktop version',
})
return
}else if(metadata.type === 'plugin'){
} else if (metadata.type === 'plugin'){
this.call('notification', 'alert', {
id: 'dgitAlert',
message: 'This template is not available in the desktop version',

Loading…
Cancel
Save