king
2022-09-19 46059e342d70b51bd9775f30feb5f29304bda6ac
src/menu/components/form/dragtitle/card.jsx
@@ -33,7 +33,7 @@
      }
    }
  })
  const opacity = isDragging ? 0 : 1
  const opacity = isDragging ? 0.5 : 1
  const close = () => {
    closeCard(id)
@@ -43,7 +43,7 @@
    selectCard(id)
  }
  const getForms = () =>{
  const getForms = () => {
    return getForm(card)
  }