feat: prevent list dropdown from closing after selection
This commit is contained in:
@@ -68,7 +68,8 @@ export default function CardPage() {
|
||||
|
||||
const formattedLists =
|
||||
board?.lists.map((list) => ({
|
||||
...list,
|
||||
key: list.publicId,
|
||||
value: list.name,
|
||||
selected: list.publicId === data?.list?.publicId,
|
||||
})) ?? [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user