Skip to content

Commit

Permalink
remove overfetching
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Sep 20, 2024
1 parent 0d1b1d0 commit fee4878
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/lib/utils/crud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,7 @@ export const URL_MODEL_MAP: ModelMap = {
fileFields: ['attachment'],
foreignKeyFields: [
{ field: 'folder', urlModel: 'folders', urlParams: 'content_type=DO&content_type=GL' },
{ field: 'applied_controls', urlModel: 'applied-controls' },
{ field: 'requirement_assessments', urlModel: 'requirement-assessments' }
{ field: 'applied_controls', urlModel: 'applied-controls' }
]
},
'compliance-assessments': {
Expand Down

0 comments on commit fee4878

Please sign in to comment.