Skip to content

Commit

Permalink
Display status field in applied control detail
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Aug 29, 2024
1 parent 4f44c5d commit 5e6bada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/lib/utils/crud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export const URL_MODEL_MAP: ModelMap = {
{ field: 'category' },
{ field: 'csf_function' },
{ field: 'effort' },
{ field: 'status' },
{ field: 'created_at', type: 'datetime' },
{ field: 'updated_at', type: 'datetime' },
{ field: 'name' },
Expand Down

0 comments on commit 5e6bada

Please sign in to comment.