fixed default text bug
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
bdb0bc5e0b
commit
17f7161fe0
@ -313,8 +313,8 @@ import UIKit
|
||||
titleLabel.setup(model: model.titleStateLabel, delegateObject, additionalData)
|
||||
feedbackLabel.setup(model: model.feedbackStateLabel, delegateObject, additionalData)
|
||||
|
||||
isEnabled = model.enabled
|
||||
defaultText = model.text ?? ""
|
||||
isEnabled = model.enabled
|
||||
model.updateUI = { [weak self] in
|
||||
MVMCoreDispatchUtility.performBlock(onMainThread: {
|
||||
guard let self = self else { return }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user