mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Folder: Folder name update redirects to desired location, for grafana served with subpath (#60721)
This commit is contained in:
parent
f72cbc16ad
commit
bb5ac924ae
@ -28,7 +28,8 @@ export function saveFolder(folder: FolderState): ThunkResult<void> {
|
||||
});
|
||||
|
||||
dispatch(notifyApp(createSuccessNotification('Folder saved')));
|
||||
locationService.push(`${res.url}/settings`);
|
||||
dispatch(loadFolder(res));
|
||||
locationService.push(locationUtil.stripBaseFromUrl(`${res.url}/settings`));
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user