Skip to content

Commit

Permalink
Merge pull request #1564 from dandi/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
yarikoptic committed Apr 6, 2023
2 parents 83d3a10 + 3b7a538 commit 5413b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/DandisetLandingView/DandisetLandingView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ onBeforeRouteLeave((to: Route, from: Route, next: NavigationGuardNext) => {
// Prompt user if they try to leave the DLP with unsaved changes in the meditor
if (!editorInterface.value?.transactionTracker?.isModified()
// eslint-disable-next-line no-alert
|| window.confirm('You have unsaved changes, are you suryhe you want to leave?')) {
|| window.confirm('You have unsaved changes, are you sure you want to leave?')) {
next();
return true;
}
Expand Down

0 comments on commit 5413b8e

Please sign in to comment.