Skip to content

Commit

Permalink
Merge pull request #828 from NASA-IMPACT/128-remove-reason-col
Browse files Browse the repository at this point in the history
removed reason col
  • Loading branch information
emshahh authored Jun 10, 2024
2 parents 2f07efb + 67de664 commit 3f34981
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sde_indexing_helper/static/js/candidate_url_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,12 @@ function initializeDataTable() {
class: "text-center whiteText",
sortable: true,
},
{ data: "reason", class: "text-center whiteText", sortable: false },
{
data: "reason",
class: "text-center whiteText",
sortable: false,
visible: false,
},
{
data: "candidate_urls_count",
class: "text-center whiteText",
Expand Down

0 comments on commit 3f34981

Please sign in to comment.