added encoding for inverted

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-04-12 08:39:28 -05:00
parent 79cccbb471
commit 1edffd8e24

View File

@ -109,6 +109,7 @@ open class NotificationMoleculeModel: MoleculeModelProtocol {
try container.encodeIfPresent(button, forKey: .button)
try container.encodeIfPresent(secondaryButton, forKey: .secondaryButton)
try container.encodeIfPresent(closeButton, forKey: .closeButton)
try container.encodeIfPresent(inverted, forKey: .inverted)
try container.encode(style, forKey: .style)
}
}