parent
373238429e
commit
c8f7a2e453
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export default class MetricService {
|
|||
) {
|
||||
return Promise.resolve({});
|
||||
}
|
||||
const path = isSaved ? `/dashboards/${metric.dashboardId}/cards/${metric.metricId}` : '/cards/try';
|
||||
const path = isSaved ? `/dashboards/${metric.dashboardId}/cards/${metric.metricId}/chart` : '/cards/try';
|
||||
if (metric.metricType === USER_PATH) {
|
||||
data.density = 5;
|
||||
data.metricOf = 'sessionCount';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue