Skip to content

Commit

Permalink
Update unsaved-changes.guard.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jan 16, 2025
1 parent 442e8c2 commit cfe5903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/shared/unsaved-changes.guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ export class UnsavedChangesGuard implements CanDeactivate<CanComponentDeactivate
return component.canDeactivate ? component.canDeactivate() : true;
}
}

0 comments on commit cfe5903

Please sign in to comment.