Skip to content

Commit

Permalink
Add priority to action plan model tables
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 4, 2024
1 parent d1b87be commit c048ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
const appliedControlsHead = {
name: 'name',
priority: 'priority',
category: 'category',
csf_function: 'csfFunction',
eta: 'eta',
Expand All @@ -23,6 +24,7 @@
};
const appliedControlsColums = [
'name',
'priority',
'category',
'csf_function',
'eta',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
const APPLIED_CONTROL_FIELDS = [
'name',
'priority',
'description',
'category',
'csf_function',
Expand Down

0 comments on commit c048ff5

Please sign in to comment.