fix: show selected labels on new card form

This commit is contained in:
Henry
2025-02-01 11:06:52 +00:00
parent 4e68b47d98
commit bee45aab3f

View File

@@ -78,6 +78,7 @@ export function NewCardForm({ listPublicId }: NewCardFormProps) {
key: label.publicId,
value: label.name,
leftIcon: <LabelIcon colourCode={label.colourCode} />,
selected: labelPublicIds.includes(label.publicId),
})) ?? [];
const formattedLists =