imrpoving tran flow
This commit is contained in:
@@ -45,7 +45,6 @@ class IntegrationController extends ChangeNotifier {
|
||||
Future<void> doIntegration() async {
|
||||
try {
|
||||
model.isLoading = true;
|
||||
model.status = '';
|
||||
notifyListeners();
|
||||
|
||||
dynamic workflowResponse = await http.get(
|
||||
@@ -64,6 +63,7 @@ class IntegrationController extends ChangeNotifier {
|
||||
model.errorMessage = response['errorMessage'];
|
||||
_showErrorSnackBar(response['errorMessage']);
|
||||
}
|
||||
model.isLoading = false;
|
||||
notifyListeners();
|
||||
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user