Skip to content

Commit

Permalink
update modal step ID (#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin authored Oct 27, 2023
1 parent a274d56 commit 3108bbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ angular.module('BE.seed.controller.organization_access_level_tree', [])
};

$scope.open_upload_al_instances_modal = function () {
const step = 17; // this is the step that corresponds to uploading access levels
const step = 20; // this is the step that corresponds to uploading access levels
$uibModal.open({
templateUrl: `${urls.static_url}seed/partials/data_upload_modal.html`,
controller: 'data_upload_modal_controller',
Expand Down

0 comments on commit 3108bbb

Please sign in to comment.