Skip to content

Commit

Permalink
Refetch data when unmapped fields value changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Jan 29, 2021
1 parent 51badf7 commit fb0f381
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ function discoverController($route, $scope, Promise) {
const onChangeUnmappedFields = (value) => {
showUnmappedFields = value;
$scope.unmappedFieldsConfig.showUnmappedFields = value;
$scope.fetch();
};

$scope.unmappedFieldsConfig = {
Expand Down

0 comments on commit fb0f381

Please sign in to comment.