Skip to content

Commit

Permalink
- Revert filter change to includesString and hide top toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Aug 5, 2024
1 parent eb6604f commit df282c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/ontologies/OntologiesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function OntologiesPage() {
id: 'name',
header: 'Ontology',
size: 50,
filterFn: 'startsWith',
filterFn: 'includesString',
Cell: ({row, renderedCellValue}) => {
const name = row.original.getName();
const logo = row.original.getLogoURL();
Expand Down Expand Up @@ -148,6 +148,7 @@ export default function OntologiesPage() {
enableFullScreenToggle: false,
enableDensityToggle: false,
enableHiding: false,
enableTopToolbar: false,
muiTableHeadCellProps: {
sx: {
fontWeight: 'bold',
Expand Down

0 comments on commit df282c4

Please sign in to comment.