mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
remove trailing slash in graph sample data links (#66358)
This commit is contained in:
parent
d17489790c
commit
7254727149
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@
|
|||
export const APP_ICON = 'graphApp';
|
||||
|
||||
export function createWorkspacePath(id: string) {
|
||||
return `/app/graph/#/workspace/${id}`;
|
||||
return `/app/graph#/workspace/${id}`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue