diff --git a/src/views/board/components/NewCardForm.tsx b/src/views/board/components/NewCardForm.tsx index 06a903a3..2591b046 100644 --- a/src/views/board/components/NewCardForm.tsx +++ b/src/views/board/components/NewCardForm.tsx @@ -97,10 +97,12 @@ export function NewCardForm({ listPublicId }: NewCardFormProps) { if (!isCreateAnotherEnabled) closeModal(); reset({ title: "", + description: "", listPublicId: watch("listPublicId"), labelPublicIds: [], memberPublicIds: [], isCreateAnotherEnabled, + position, }); createCard.mutate({