This commit is contained in:
@@ -49,7 +49,7 @@ class _OrderPageState extends State<OrderPage> with TickerProviderStateMixin {
|
||||
final ScrollController _scrollController = ScrollController();
|
||||
|
||||
// Filter state
|
||||
final List<String> filterOptions = ['All', 'Completed', 'Pending'];
|
||||
final List<String> filterOptions = ['All', 'Pending', 'Completed'];
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
|
||||
Reference in New Issue
Block a user