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