From 9c5f3019c30d41cc4a9afdf35ed4d33af5ff1785 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Mon, 20 Jul 2020 14:46:56 -0400 Subject: [PATCH] tab list fix --- .../JSONCreator/JSON/Molecules/tabsListItem.json | 12 ++++++++---- .../JSONCreator/JSON/Samples/TabsSample.json | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/JSONCreator_iOS/JSONCreator/JSON/Molecules/tabsListItem.json b/JSONCreator_iOS/JSONCreator/JSON/Molecules/tabsListItem.json index 90dc251..8b7560b 100644 --- a/JSONCreator_iOS/JSONCreator/JSON/Molecules/tabsListItem.json +++ b/JSONCreator_iOS/JSONCreator/JSON/Molecules/tabsListItem.json @@ -2,11 +2,15 @@ "tabs": { "moleculeName": "tabs", "tabs": [{ - "moleculeName": "label", - "text": "All" + "label":{ + "moleculeName": "label", + "text": "All" + } } ,{ - "moleculeName": "label", - "text": "Work Devices" + "label":{ + "moleculeName": "label", + "text": "Work Devices" + } }] }, "molecules": [ diff --git a/JSONCreator_iOS/JSONCreator/JSON/Samples/TabsSample.json b/JSONCreator_iOS/JSONCreator/JSON/Samples/TabsSample.json index 293ede4..7dec935 100644 --- a/JSONCreator_iOS/JSONCreator/JSON/Samples/TabsSample.json +++ b/JSONCreator_iOS/JSONCreator/JSON/Samples/TabsSample.json @@ -49,11 +49,15 @@ "tabs": { "moleculeName": "tabs", "tabs": [{ - "moleculeName": "label", - "text": "All" + "label":{ + "moleculeName": "label", + "text": "All" + } } ,{ - "moleculeName": "label", - "text": "Work Devices" + "label":{ + "moleculeName": "label", + "text": "Work Devices" + } }] }, "molecules": [