Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Jan 22, 2024
1 parent f38fefe commit e7350e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function BlogPostList() {
queryOptions: {
enabled: !!tableProps?.dataSource,
},
});
<%_ } _%>

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export default function BlogPostList() {
ids: dataGridProps?.rows?.map((item: any) => item?.category?.id).filter(Boolean) ?? [],
queryOptions: {
enabled: !!dataGridProps?.rows,
},
},
});
<%_ } _%>

const columns = React.useMemo<GridColDef[]>(
Expand Down

0 comments on commit e7350e4

Please sign in to comment.