updated with open

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-07-19 16:32:46 -05:00
parent f82ef2e51c
commit c47d21bdf1

View File

@ -38,7 +38,7 @@ import VDS
//-------------------------------------------------- //--------------------------------------------------
// MARK: - Atomic // MARK: - Atomic
//-------------------------------------------------- //--------------------------------------------------
public func viewModelDidUpdate() { open func viewModelDidUpdate() {
surface = viewModel.surface surface = viewModel.surface
updateCheckbox() updateCheckbox()
@ -62,7 +62,7 @@ import VDS
MVMCoreUIActionHandler.performActionUnstructured(with: actionModel, sourceModel: viewModel.checkbox, additionalData: additionalData, delegateObject: delegateObject) MVMCoreUIActionHandler.performActionUnstructured(with: actionModel, sourceModel: viewModel.checkbox, additionalData: additionalData, delegateObject: delegateObject)
} }
public func updateCheckbox() { open func updateCheckbox() {
//forms //forms
FormValidator.setupValidation(for: viewModel.checkbox, delegate: delegateObject?.formHolderDelegate) FormValidator.setupValidation(for: viewModel.checkbox, delegate: delegateObject?.formHolderDelegate)
groupName = viewModel.checkbox.groupName groupName = viewModel.checkbox.groupName