Commit e37fe4ad authored by Chunchi Che's avatar Chunchi Che

fix CardListModal.tsx

parent 0f57108c
Pipeline #21746 passed with stages
in 14 minutes and 38 seconds
......@@ -48,6 +48,8 @@ export const CardListModal = () => {
}
onClick={() => {
messageStore.cardModal.meta = item.meta;
messageStore.cardModal.interactivies = item.interactivies;
messageStore.cardModal.counters = [];
messageStore.cardModal.isOpen = true;
}}
>
......
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