mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
d1c39d4b1c
commit
83aa427f0b
1 changed files with 2 additions and 1 deletions
|
@ -100,8 +100,9 @@ function updateScriptedFieldsTable($scope, $state) {
|
|||
getRouteHref: (obj, route) => $scope.kbnUrl.getRouteHref(obj, route),
|
||||
}}
|
||||
onRemoveField={() => {
|
||||
$scope.editSections = $scope.editSectionsProvider($scope.indexPattern, $scope.indexPatternListProvider);
|
||||
$scope.editSections = $scope.editSectionsProvider($scope.indexPattern, $scope.fieldFilter, $scope.indexPatternListProvider);
|
||||
$scope.refreshFilters();
|
||||
$scope.$apply();
|
||||
}}
|
||||
/>
|
||||
</I18nContext>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue