Skip to content

Commit

Permalink
Navigation: Fix typo in navigation history function call
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Jan 13, 2025
1 parent 88b4e1d commit b40081b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function useDeleteNavigationMenu() {
type: 'snackbar',
}
);
history.navivate( '/navigation' );
history.navigate( '/navigation' );
} catch ( error ) {
createErrorNotice(
sprintf(
Expand Down

0 comments on commit b40081b

Please sign in to comment.