Skip to content

Commit

Permalink
Merge pull request #2977 from SEED-platform/2913-refactor/meter-data-…
Browse files Browse the repository at this point in the history
…import-mapping-screen

refactor: navigate to data set list view after saved mapping
  • Loading branch information
perryr16 committed Nov 2, 2021
2 parents c079116 + a34613c commit 7c8786c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ angular.module('BE.seed.controller.data_upload_modal', [])
} else {
$scope.step.number = 10;
}
$state.go('dataset_list');
});
}, function (response) {
handleSystemMatchingError(response.data);
Expand Down

0 comments on commit 7c8786c

Please sign in to comment.