sort and filter added to tenders web
This commit is contained in:
@@ -30,7 +30,7 @@ class AppShellScreen extends StatelessWidget {
|
||||
context.read<HomeViewModel>().init();
|
||||
}
|
||||
if (index == 1) {
|
||||
context.read<TendersViewModel>().getTenders();
|
||||
context.read<TendersViewModel>().init(context);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user