diff --git a/app/routes/questions/add.tsx b/app/routes/questions/add.tsx index 00b5862c..2c57e472 100644 --- a/app/routes/questions/add.tsx +++ b/app/routes/questions/add.tsx @@ -59,7 +59,7 @@ type Props = { title: string relatedQuestions: string[] immediately?: boolean -} & Omit +} & Omit export const AddQuestion = ({title, relatedQuestions, immediately, ...props}: Props) => { const url = '/questions/add'