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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user