1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Exclude custom options from update settings (#12648)

* Exclude custom options from update settings

* Custom options label

* Remove unnecessary div
This commit is contained in:
melohagan 2024-01-04 10:05:05 +00:00 committed by GitHub
parent 5092ef8513
commit 843f134165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,6 @@
</script>
<div class="options-wrap">
<div />
<div><ActionButton on:click={drawer.show}>Define Options</ActionButton></div>
</div>
<Drawer bind:this={drawer} title="Options" on:drawerHide on:drawerShow>

View file

@ -3295,6 +3295,7 @@
},
{
"type": "options",
"label": "Custom options",
"key": "customOptions",
"dependsOn": {
"setting": "optionsSource",
@ -3502,6 +3503,7 @@
},
{
"type": "options",
"label": "Custom options",
"key": "customOptions",
"dependsOn": {
"setting": "optionsSource",