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,
displayName: displayName,
description: '',
documentation: url,
documentation: '',
events: [],
hash: '',
kind: '',
methods: newMethods,
url: url,
type: type,
location: location,
icon: 'assets/img/localPlugin.webp'

Loading…
Cancel
Save