Commit 5f9aa6f1 authored by chechunchi's avatar chechunchi

fix

parent bf357ae8
Pipeline #21580 passed with stages
in 18 minutes
......@@ -123,7 +123,7 @@ export const SelectActionsModal = () => {
size="small"
onChange={(values: any) => {
if (values.length > 0) {
const meta = values[values.length - 1];
const meta = values[values.length - 1].meta;
cardModal.meta = meta;
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