king
2023-06-01 44adf318fc85408dc1678390956c87d96a0fb104
src/menu/components/card/prop-card/index.jsx
@@ -123,7 +123,7 @@
  mkUpdateInter = (inter, split) => {
    const { card } = this.state
    if (card.wrap.datatype === 'public' && card.wrap.publicId === inter.uuid) {
      let _card = {...card, columns: fromJS(inter.columns).toJS()}