some changes navigation in web and response changes
This commit is contained in:
@@ -65,7 +65,7 @@ class TenderDetailViewModel with ChangeNotifier {
|
||||
notifyListeners();
|
||||
final result = await _tendersRepository.toggleApprovals(
|
||||
tenderId: tenderId,
|
||||
status: 'approved',
|
||||
status: 'submitted',
|
||||
submissionMode: submissionMode,
|
||||
);
|
||||
switch (result) {
|
||||
|
||||
Reference in New Issue
Block a user