From 353012a6258695e02640563db97d08d0b8527690 Mon Sep 17 00:00:00 2001 From: benjamink Date: Wed, 3 Dec 2025 10:03:47 -0800 Subject: [PATCH] Remove out_group form ui.json. It's redundant, and was currently failing to run from GA with ok/apply. --- simpeg_drivers-assets/uijson/tile_estimator.ui.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/simpeg_drivers-assets/uijson/tile_estimator.ui.json b/simpeg_drivers-assets/uijson/tile_estimator.ui.json index 19726fa4d..d63bdc225 100644 --- a/simpeg_drivers-assets/uijson/tile_estimator.ui.json +++ b/simpeg_drivers-assets/uijson/tile_estimator.ui.json @@ -16,13 +16,5 @@ "main": true, "label": "Create plot", "value": true - }, - "out_group": { - "label": "UIJson group", - "value": "", - "groupType": "{BB50AC61-A657-4926-9C82-067658E246A0}", - "optional": true, - "enabled": false, - "tooltip": "Assign a group to which results will be saved" } }