Get brand colors from DB for owner, so it's reflected in booker (#9679)
parent
b7c3b31e0c
commit
804787f2a3
|
@ -71,6 +71,8 @@ const publicEventSelect = Prisma.validator<Prisma.EventTypeSelect>()({
|
|||
name: true,
|
||||
theme: true,
|
||||
metadata: true,
|
||||
brandColor: true,
|
||||
darkBrandColor: true,
|
||||
},
|
||||
},
|
||||
hidden: true,
|
||||
|
|
Loading…
Reference in New Issue