mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix incorrect ubstitution typo
This commit is contained in:
parent
3df2fb9183
commit
53d376d6c4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ define(function (require) {
|
|||
};
|
||||
|
||||
this.urlFor = function (id) {
|
||||
return kbnUrl.eval('#/dashboard/{id}' + {id: id});
|
||||
return kbnUrl.eval('#/dashboard/{id}', {id: id});
|
||||
};
|
||||
|
||||
this.delete = function (ids) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue