Remove extra dynamicHeight properties from Unused Items active button

Match other active nav buttons which don't have these properties.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-31 07:27:23 -04:00
parent 300a2bcf5a
commit 4a3015b430

View File

@@ -6,11 +6,14 @@
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{"key": "buttonColor"}
{
"key": "buttonColor"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [
{"key": "onClick"}
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true,
"isDisabled": false,
@@ -18,8 +21,6 @@
"isVisible": true,
"key": "ui1btn3uik",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 120,
"mobileBottomRow": 52,
"mobileLeftColumn": 0,
@@ -43,4 +44,4 @@
"version": 1,
"widgetId": "ui1btn3ui",
"widgetName": "Button3Copy2"
}
}