skip interface options for variable panel (#15593)

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
Brainslug
2022-09-15 19:21:01 +02:00
committed by GitHub
parent f9c4422fb1
commit 93a99f0b87

View File

@@ -84,4 +84,5 @@ export default definePanel({
},
minWidth: 12,
minHeight: 6,
skipUndefinedKeys: ['options'],
});