Skip to content

Commit

Permalink
fix(web): hide meta items from content table (#925)
Browse files Browse the repository at this point in the history
fix: hide meta items from content page
  • Loading branch information
nourbalaha authored Nov 2, 2023
1 parent a80b7a7 commit 20ac55f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export default () => {
query: {
project: currentProject?.id as string,
model: currentModel?.id,
schema: currentModel?.schema.id,
q: searchTerm,
},
pagination: { first: pageSize, offset: (page - 1) * pageSize },
Expand Down

0 comments on commit 20ac55f

Please sign in to comment.