From 4a3015b430180dd43aadbea93555c5021e0970cf Mon Sep 17 00:00:00 2001 From: Adam Pitel Date: Tue, 31 Mar 2026 07:27:23 -0400 Subject: [PATCH] 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) --- .../widgets/Container1/Button3Copy2.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/Operations - Unused Items/widgets/Container1/Button3Copy2.json b/pages/Operations - Unused Items/widgets/Container1/Button3Copy2.json index 087059a..b3f4dcc 100644 --- a/pages/Operations - Unused Items/widgets/Container1/Button3Copy2.json +++ b/pages/Operations - Unused Items/widgets/Container1/Button3Copy2.json @@ -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" -} \ No newline at end of file +}