mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
b7b4eed426
commit
07e329d44e
1 changed files with 1 additions and 1 deletions
|
@ -249,11 +249,11 @@ export function DashboardTopNav({
|
|||
useReplace: true,
|
||||
});
|
||||
} else {
|
||||
setIsSaveInProgress(false);
|
||||
dashboardStateManager.resetState();
|
||||
chrome.docTitle.change(dashboardStateManager.savedDashboard.lastSavedTitle);
|
||||
}
|
||||
}
|
||||
setIsSaveInProgress(false);
|
||||
return { id };
|
||||
})
|
||||
.catch((error) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue