mirror of https://github.com/grafana/grafana.git
Share: Fix short links when root_url is different from the browser URL (#99950)
Share: Fix short links when appUrl is misconfigured
This commit is contained in:
parent
6e7e389ee2
commit
cd7c9f8666
|
|
@ -70,7 +70,7 @@ export const createDashboardShareUrl = (dashboard: DashboardScene, opts: ShareLi
|
|||
slug: dashboard.state.meta.slug,
|
||||
currentQueryParams: location.search,
|
||||
updateQuery: urlParamsUpdate,
|
||||
absolute: true,
|
||||
absolute: !opts.useShortUrl,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue