added encoding for inverted
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
79cccbb471
commit
1edffd8e24
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user