Merge branch 'feature/atomic-vds-new-forms-atoms' into 'develop'

Revert code

### Summary
Removed code since this was a fix in VDS

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1180
This commit is contained in:
Hedden, Kyle Matthew 2024-08-23 17:29:19 +00:00
commit f6f3cd53fe

View File

@ -34,10 +34,7 @@ extension VDSMoleculeViewProtocol {
self.delegateObject = delegateObject
self.additionalData = additionalData
viewModel = castedModel
shouldUpdateView = false
viewModelDidUpdate()
shouldUpdateView = true
setNeedsUpdate()
}
public func update(viewModel: ViewModel){