make feedback title optional
All checks were successful
delpoy / build-and-deploy (push) Successful in 54s
All checks were successful
delpoy / build-and-deploy (push) Successful in 54s
This commit is contained in:
@ -12,7 +12,7 @@ export const load: PageServerLoad = async ({ params }) => {
|
||||
|
||||
return {
|
||||
draft: feedback.content === null,
|
||||
event: feedback.event,
|
||||
title: feedback.title,
|
||||
anonymous: feedback.user_id === null
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user