merged with the latest code

feature_dev_ankit^2
Priya Chetiwal 2025-02-07 10:14:33 +05:30
parent 7dc22eaba7
commit 67211fd2fa
1 changed files with 4 additions and 0 deletions

View File

@ -156,6 +156,10 @@ class InvoiceManagementController extends GetxController {
fromLocation.assignAll(response.fromLocation ?? []); fromLocation.assignAll(response.fromLocation ?? []);
} }
} finally { } finally {
isLoading.value = false; isLoading.value = false;
} }
} }