fixed bugs
This commit is contained in:
@@ -21,9 +21,7 @@ class ProfileViewModel with ChangeNotifier {
|
||||
required AuthViewModel authViewModel,
|
||||
}) : _profileRepository = profileRepository,
|
||||
_authRepository = authRepository,
|
||||
_authViewModel = authViewModel {
|
||||
getCompanyProfile();
|
||||
}
|
||||
_authViewModel = authViewModel;
|
||||
|
||||
bool _isLoading = false;
|
||||
String? _errorMessage;
|
||||
|
||||
Reference in New Issue
Block a user