chore: ai for issue description (#575)
* feat: block sync * chore: ai assistant for issue description
This commit is contained in:
parent
2f69761130
commit
96910e1897
5 changed files with 148 additions and 114 deletions
|
|
@ -50,8 +50,6 @@ const ProjectViews: NextPage<UserAuth> = (props) => {
|
|||
: null
|
||||
);
|
||||
|
||||
console.log(views)
|
||||
|
||||
return (
|
||||
<AppLayout
|
||||
meta={{
|
||||
|
|
@ -88,11 +86,7 @@ const ProjectViews: NextPage<UserAuth> = (props) => {
|
|||
<h3 className="text-3xl font-semibold text-black">Views</h3>
|
||||
<div className="rounded-[10px] border">
|
||||
{views.map((view) => (
|
||||
<SingleViewItem
|
||||
key={view.id}
|
||||
view={view}
|
||||
setSelectedView={setSelectedView}
|
||||
/>
|
||||
<SingleViewItem key={view.id} view={view} setSelectedView={setSelectedView} />
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue