Skip to content

Commit

Permalink
add info message after saving a copy of a project in time machine (#9751
Browse files Browse the repository at this point in the history
)
  • Loading branch information
riknoll authored Oct 26, 2023
1 parent 980db66 commit b863ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/dialogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,8 @@ export async function showTurnBackTimeDialogAsync(header: pxt.workspace.Header,
await workspace.duplicateAsync(newHeader, `${newHeader.name} ${dateString} ${timeString}`, text);

invalidate("headers:");

core.infoNotification(lf("Project copy saved to My Projects"))
}

await core.dialogAsync({
Expand Down

0 comments on commit b863ac7

Please sign in to comment.