Commit 603dae00 authored by chechunchi's avatar chechunchi

fix tagName

parent a78d6b50
......@@ -173,7 +173,7 @@ export const checkCardModalCase = (
}
state.modalState.checkCardModal.tags.push({
tagName,
tagName: combinedTagName,
options: [{ code, response }],
});
});
......
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