2
0

🚸 (editor) Remove blocks pointer events only in analytics

This commit is contained in:
Baptiste Arnaud
2024-01-26 10:38:44 +01:00
parent b68f16f4f7
commit c23e760b39
5 changed files with 21 additions and 2 deletions

View File

@ -36,6 +36,16 @@ const inspectTypebot = async () => {
id: true,
name: true,
plan: true,
members: {
select: {
role: true,
user: {
select: {
email: true,
},
},
},
},
},
},
},

View File

@ -24,7 +24,11 @@ const inspectWorkspace = async () => {
},
include: {
typebots: {
orderBy: {
updatedAt: 'desc',
},
select: {
updatedAt: true,
id: true,
name: true,
},