Commit d08944ea authored by Chunchi Che's avatar Chunchi Che

fix

parent dd5386d5
Pipeline #21589 passed with stages
in 16 minutes and 54 seconds
...@@ -125,6 +125,8 @@ export const SelectActionsModal = () => { ...@@ -125,6 +125,8 @@ export const SelectActionsModal = () => {
if (values.length > 0) { if (values.length > 0) {
const meta = values[values.length - 1].meta; const meta = values[values.length - 1].meta;
cardModal.meta = meta; cardModal.meta = meta;
cardModal.counters = {};
cardModal.interactivies = [];
cardModal.isOpen = true; cardModal.isOpen = true;
} }
setResponse(values); setResponse(values);
......
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