fix(Input): Change type from to

This commit is contained in:
Prad Nukala 2024-09-30 21:55:02 -04:00
parent 2dd7118c40
commit e00cca3c86

View File

@ -39,7 +39,7 @@ class Input {
value: String?
error: String?
help: String?
required: Bool
required: Boolean
}
// ╭───────────────────────────────────────────────────────────╮