fix nullable
This commit is contained in:
parent
9cffa75e9d
commit
c12dbdae90
|
@ -130,7 +130,7 @@ class SignUpTemplateComponentModel
|
|||
false,
|
||||
true,
|
||||
),
|
||||
tipo: device,
|
||||
tipo: device!,
|
||||
descricao: randomString(
|
||||
36,
|
||||
36,
|
||||
|
|
Loading…
Reference in New Issue