refactor: update getSDUIForm method to require token parameter, enhance error handling in SDUIFormWidget, and clean up code formatting across various files

This commit is contained in:
2026-01-06 15:59:42 +03:30
parent 0f0fa8da09
commit 17f8a2d79b
9 changed files with 26 additions and 26 deletions

View File

@@ -27,7 +27,7 @@ class NewInspectionLogic extends GetxController {
RxnString searchedValue = RxnString();
Rx<Jalali> fromDateFilter = Jalali.now().obs;
Rx<Jalali> toDateFilter = Jalali.now().obs;
@override
void onInit() {
super.onInit();