feat: implement staff documents feature with localization and navigation updates
This commit is contained in:
@@ -28,7 +28,7 @@ extension ProfileNavigator on IModularNavigator {
|
||||
|
||||
/// Navigates to the documents page.
|
||||
void pushDocuments() {
|
||||
pushNamed('/documents');
|
||||
pushNamed('../documents');
|
||||
}
|
||||
|
||||
/// Navigates to the certificates page.
|
||||
|
||||
Reference in New Issue
Block a user