mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
updateUrl is on scope, not this. (#19687)
This commit is contained in:
parent
547723f24c
commit
2a715b0034
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ module.directive('exportConfig', ($rootScope, reportingDocumentControl, reportin
|
|||
return;
|
||||
}
|
||||
|
||||
this.updateUrl();
|
||||
$scope.updateUrl();
|
||||
});
|
||||
|
||||
const onResize = debounce(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue