refactor: reload billing data and update awaiting approval navigation to be awaitable.
This commit is contained in:
@@ -102,8 +102,8 @@ extension ClientNavigator on IModularNavigator {
|
||||
}
|
||||
|
||||
/// Navigates to the full list of invoices awaiting approval.
|
||||
void toAwaitingApproval({Object? arguments}) {
|
||||
safePush(ClientPaths.awaitingApproval, arguments: arguments);
|
||||
Future<Object?> toAwaitingApproval({Object? arguments}) {
|
||||
return safePush(ClientPaths.awaitingApproval, arguments: arguments);
|
||||
}
|
||||
|
||||
/// Navigates to the Invoice Ready page.
|
||||
|
||||
Reference in New Issue
Block a user