Commit 321bb66d authored by joseph izang's avatar joseph izang

fixed bug where localplugin lacks a url

parent 716a9b14
...@@ -55,11 +55,12 @@ function LocalPluginForm ({ closeModal, visible, pluginManager }: LocalPluginFor ...@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment