Commit f0bb7d45 authored by Chunchi Che's avatar Chunchi Che

add onClick in cardListModal

parent e22f5b60
Pipeline #21659 passed with stages
in 13 minutes and 32 seconds
......@@ -46,6 +46,10 @@ export const CardListModal = () => {
style={{ width: CARD_WIDTH }}
/>
}
onClick={() => {
messageStore.cardModal.meta = item.meta;
messageStore.cardModal.isOpen = true;
}}
>
<List.Item.Meta
title={item.meta?.text.name}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment