From 3dbbc1a876d4f604e9bab61b64e18867069fe0f2 Mon Sep 17 00:00:00 2001 From: Lekshmi S Date: Wed, 12 Feb 2020 16:50:46 +0530 Subject: [PATCH] Code fix --- ...LeftVariableCheckboxWithRightCaretAllTextAndLinksModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Molecules/LeftRightViews/ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel.swift b/MVMCoreUI/Molecules/LeftRightViews/ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel.swift index 86925752..07efdf1e 100644 --- a/MVMCoreUI/Molecules/LeftRightViews/ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel.swift +++ b/MVMCoreUI/Molecules/LeftRightViews/ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel.swift @@ -57,7 +57,7 @@ public class ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel: Contain public override func encode(to encoder: Encoder) throws { try super.encode(to: encoder) var container = encoder.container(keyedBy: CodingKeys.self) - try container.encode(EyebrowHeadlineBodyLinkModel.identifier, forKey: .moleculeName) + try container.encode(ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel.identifier, forKey: .moleculeName) try container.encodeIfPresent(backgroundColor, forKey: .backgroundColor) try container.encode(eyebrowHeadlineBodyLink, forKey: .eyebrowHeadlineBodyLink) try container.encode(checkbox, forKey: .checkbox)