Skip to content

Commit

Permalink
configure: updated outdated fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jul 23, 2024
1 parent 88e8c79 commit d952227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/configure/src/components/search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function Content(props: ReturnType<typeof createSearchPageContext>) {
);
if (hasAnyItemFilter() && !isThisItemActive) return [];

return info.tableColumns();
return info.columns();
});

// Filter out duplicate columns by accessorKey
Expand Down

0 comments on commit d952227

Please sign in to comment.