Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 4, 2024
1 parent 3ef3052 commit 3c7ec09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/>
<TextField
{form}
required
field="ref_id"
label={m.refId()}
cacheLock={cacheLocks['ref_id']}
Expand Down
1 change: 0 additions & 1 deletion frontend/src/lib/utils/crud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ export const URL_MODEL_MAP: ModelMap = {
verboseName: 'Ebios RMstudy',
verboseNamePlural: 'Ebios RMstudy',
foreignKeyFields: [
{ field: 'risk_matrix', urlModel: 'risk-matrices' },
{ field: 'risk_matrix', urlModel: 'risk-matrices' },
{ field: 'assets', urlModel: 'assets' },
{ field: 'authors', urlModel: 'users', urlParams: 'is_third_party=false' },
Expand Down

0 comments on commit 3c7ec09

Please sign in to comment.