Skip to content

Commit

Permalink
change the name of subject to object and data to subject
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaKhanAbdalli committed Dec 26, 2023
1 parent c62d16a commit 8abd738
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/resources/audit/AuditList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,21 @@ const filters = [
label='User'
/>,
<TextInput source='resource' key='resource' label='Resource' />,
<NumberInput key='data' source='dataId' label='Data (expert users only)' />,
<SecurityRelatedFilter
source='securityRelated'
key='securityRelated'
label='Security Related'
/>,
<DateFilter key='createdAt' source='dateTime' label='Created At' />,
<NumberInput
key='data'
source='dataId'
label='Subject (expert users only)'
/>,
<NumberInput
key='subject'
source='subjectId'
label='Subject (expert users only)'
label='Object (expert users only)'
/>
]

Expand Down

0 comments on commit 8abd738

Please sign in to comment.