update func

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-08-22 13:20:22 -05:00
parent 68a72f6b2e
commit f9915dfacc

View File

@ -137,5 +137,6 @@ public class ToggleModel: FormFieldModel {
&& offText == model.offText && offText == model.offText
&& textSize == model.textSize && textSize == model.textSize
&& textWeight == model.textWeight && textWeight == model.textWeight
&& textPosition == model.textPosition } && textPosition == model.textPosition
}
} }