diff --git a/apps/ui/api-schema.graphql b/apps/ui/api-schema.graphql index 9f19bc08..f7cd96da 100644 --- a/apps/ui/api-schema.graphql +++ b/apps/ui/api-schema.graphql @@ -824,7 +824,7 @@ input CreateProductionInput { startTime: DateTime teamNotes: String thumbnailId: BigInt - useDiscord: Boolean! + useDiscord: Boolean } input CreateProductionRSVPInput { diff --git a/apps/ui/src/components/category/CategoryList.vue b/apps/ui/src/components/category/CategoryList.vue index 18baec07..d7a91c49 100644 --- a/apps/ui/src/components/category/CategoryList.vue +++ b/apps/ui/src/components/category/CategoryList.vue @@ -10,10 +10,10 @@