fix: ♿️ Improve inputs responsivity
This commit is contained in:
@ -59,6 +59,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
? data
|
||||
: (parseNewTypebot({
|
||||
ownerId: user.id,
|
||||
ownerAvatarUrl: user.image,
|
||||
...data,
|
||||
}) as Prisma.TypebotUncheckedCreateInput),
|
||||
})
|
||||
|
Reference in New Issue
Block a user