feat: Enable pre-filling document upload page with existing document URLs and update navigation method usage.

This commit is contained in:
Achintha Isuru
2026-02-27 13:35:04 -05:00
parent c54b817ac4
commit 28cc0e3574
3 changed files with 23 additions and 12 deletions

View File

@@ -222,7 +222,7 @@ extension StaffNavigator on IModularNavigator {
///
/// Upload and manage required documents like ID and work permits.
void toDocuments() {
pushNamed(StaffPaths.documents);
navigate(StaffPaths.documents);
}
/// Pushes the document upload page.