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:
@@ -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,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user