fixed bug where localplugin lacks a url

pull/5370/head
joseph izang 3 years ago
parent 9592ca3ef7
commit 9ef76704dd
  1. 3
      libs/remix-ui/plugin-manager/src/lib/components/LocalPluginForm.tsx

@ -55,11 +55,12 @@ function LocalPluginForm ({ closeModal, visible, pluginManager }: LocalPluginFor
name: name, name: name,
displayName: displayName, displayName: displayName,
description: '', description: '',
documentation: url, documentation: '',
events: [], events: [],
hash: '', hash: '',
kind: '', kind: '',
methods: newMethods, methods: newMethods,
url: url,
type: type, type: type,
location: location, location: location,
icon: 'assets/img/localPlugin.webp' icon: 'assets/img/localPlugin.webp'

Loading…
Cancel
Save