Compare commits

...

1 Commits

Author SHA1 Message Date
mahdi 2961a7d041 update src/components/Card/index.js 2 years ago
  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