🚸 (editor) Remove blocks pointer events only in analytics
This commit is contained in:
@ -36,6 +36,16 @@ const inspectTypebot = async () => {
|
||||
id: true,
|
||||
name: true,
|
||||
plan: true,
|
||||
members: {
|
||||
select: {
|
||||
role: true,
|
||||
user: {
|
||||
select: {
|
||||
email: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -24,7 +24,11 @@ const inspectWorkspace = async () => {
|
||||
},
|
||||
include: {
|
||||
typebots: {
|
||||
orderBy: {
|
||||
updatedAt: 'desc',
|
||||
},
|
||||
select: {
|
||||
updatedAt: true,
|
||||
id: true,
|
||||
name: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user