fix(schema-panel): correct close logic (#1274)
This commit is contained in:
parent
730bfb93ae
commit
4d9a68b868
|
@ -58,6 +58,7 @@ export default {
|
||||||
PluginPanel,
|
PluginPanel,
|
||||||
IconDownloadLink: iconDownloadLink()
|
IconDownloadLink: iconDownloadLink()
|
||||||
},
|
},
|
||||||
|
inheritAttrs: false,
|
||||||
props: {
|
props: {
|
||||||
fixedPanels: {
|
fixedPanels: {
|
||||||
type: Array
|
type: Array
|
||||||
|
|
Loading…
Reference in New Issue