update src/components/Card/index.js

arbaeen
mahdi 2 years ago
parent 627aa4fdbe
commit 2961a7d041
  1. 2
      src/components/Card/index.js

@ -91,7 +91,7 @@ const ProcessCard = ({ processes, title, hint, items, options }) => {
className="p-2 bg-red-600 rounded self-end" className="p-2 bg-red-600 rounded self-end"
onClick={() => setOpenModal(false)} onClick={() => setOpenModal(false)}
/> />
<FormInput /> {/* <FormInput /> */}
</div> </div>
</div> </div>
</section> </section>

Loading…
Cancel
Save