Skip to content

Commit

Permalink
CU-86bzr9373 - Remove UID from browse records filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantpatil1214 committed Jul 31, 2024
1 parent 7996fff commit 50a2abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SearchFormTable: React.FC<SearchTableFormProps> = ({
const { getFieldsByGroup } = useAppConfig()
const [query, setQuery] = useState<SearchParameter[]>(defaultParameters)

const columns: GridColDef[] = getFieldsByGroup('filter').filter(({ fieldName }) => fieldName !== 'uid').map(
const columns: GridColDef[] = getFieldsByGroup('filter').map(
({ fieldName, fieldLabel }) => {
return {
field: fieldName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@
"/record-details/:uid/relink",
"/search-results/golden",
"/search-results/patient",
"/record-details/:uid",
"/browse-records"
"/record-details/:uid"
],
"readOnly": true,
"accessLevel": []
Expand Down

0 comments on commit 50a2abd

Please sign in to comment.