pull/1342/head
bunsenstraat 3 years ago committed by davidzagi93@gmail.com
parent 7b258dede5
commit c49afb94b3
  1. 3
      libs/remix-ui/plugin-manager/src/lib/components/LocalPluginForm.tsx

@ -20,7 +20,8 @@ const initialState: FormStateProps = {
type: 'iframe', type: 'iframe',
hash: '', hash: '',
methods: [], methods: [],
location: 'sidePanel' location: 'sidePanel',
canActivate: []
} }
const defaultProfile = { const defaultProfile = {

Loading…
Cancel
Save