TF-894 Enable CreateButton every time and only show error when not valid condition

This commit is contained in:
dab246
2022-09-08 14:17:52 +07:00
committed by Dat H. Pham
parent 474235de4f
commit 38f890dd30
5 changed files with 95 additions and 72 deletions
@@ -2198,4 +2198,10 @@ class AppLocalizations {
'The rule has been removed.',
name: 'toastMessageDeleteEmailRuleSuccessfully');
}
String get toastErrorMessageWhenCreateNewRule {
return Intl.message(
'You have not filled in the information completely.',
name: 'toastErrorMessageWhenCreateNewRule');
}
}