feat: add order
Build & Deploy iOS to TestFlight / build-and-deploy (push) Canceled after 0s

This commit is contained in:
efrilm
2026-08-21 23:24:46 +07:00
parent 587caa44c5
commit ac991431c8
5 changed files with 9 additions and 2 deletions
@@ -20,6 +20,6 @@ class OrderLoaderState with _$OrderLoaderState {
failureOptionOrder: none(),
dateFrom: DateTime.now(),
dateTo: DateTime.now(),
status: 'all',
status: 'pending',
);
}