mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fixing issue with url query string
This commit is contained in:
parent
3bfc0888a5
commit
f4ee8e31c4
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,6 @@ module.controller('VisualizeWizardStep2', function ($route, $scope, $location, t
|
|||
|
||||
$scope.makeUrl = function (pattern) {
|
||||
if (!pattern) return;
|
||||
return `/visualize/create?type=${type}&indexPattern=${pattern}`;
|
||||
return `#/visualize/create?type=${type}&indexPattern=${pattern}`;
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue