This commit is contained in:
parent
7447214512
commit
a05c75877c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public partial class ContactFormVM : ObservableValidator
|
||||||
private bool _isSent;
|
private bool _isSent;
|
||||||
|
|
||||||
[ObservableProperty]
|
[ObservableProperty]
|
||||||
private bool _isHidden;
|
private bool _isHidden = true;
|
||||||
|
|
||||||
public ContactFormVM()
|
public ContactFormVM()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue