Skip to content

Commit

Permalink
feat: simplify warning message in DocumentationProvider for unsaved c…
Browse files Browse the repository at this point in the history
…hanges
  • Loading branch information
AdiGajbhiye committed Feb 10, 2025
1 parent 6453333 commit 41e6fc7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ const DocumentationProvider = (): JSX.Element => {
}
executeRequestInSync("showWarningMessage", {
infoMessage: `You have unsaved changes in model: ‘${currentDocsData?.name}’. Would you
like to discard the changes, save them and proceed, or remain in the
current state?`,
like to discard the changes or remain in the current state?`,
items: [ActionState.DISCARD_PROCEED, ActionState.CANCEL_STAY],
})
.then((action) => {
Expand Down

0 comments on commit 41e6fc7

Please sign in to comment.