removed default

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-05-10 15:27:04 -05:00
parent 363397e12f
commit beb64408be

View File

@ -216,7 +216,6 @@ class InputFieldViewController: BaseViewController<InputField> {
func setupModel() {
component.fieldType = .text
component.width = 328
component.labelText = "Street Address"
component.helperText = "For example: 123 Verizon St"
component.errorText = "Enter a valid address."