Skip to content

Commit

Permalink
Fix missing bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Jan 5, 2024
1 parent ceb36eb commit 36f6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/positions.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ document.addEventListener("turbolinks:load", function() {
"columns": [
{"data": "id"},
{"data": "name"},
{"data": "managed_by_department"},
{"data": "functional_category"},
{"data": "admin_action", bSortable: false}
],
stateSave: true,
Expand Down

0 comments on commit 36f6b23

Please sign in to comment.