Merge branch 'Feature_Expense' of https://git.marcoaiot.com/admin/marco.pms.web into Feature#796_EditExpense

This commit is contained in:
pramod mahajan 2025-07-23 14:17:34 +05:30
commit f6e18e0482

View File

@ -50,16 +50,15 @@ const ExpensePage = () => {
<div className="col-7 col-sm-8 text-end gap-2"> <div className="col-7 col-sm-8 text-end gap-2">
<button <button
type="button" type="button"
className="btn btn-sm btn-primary me-2" data-bs-toggle="tooltip"
onClick={() => data-bs-offset="0,8"
setExpenseModal({ data-bs-placement="top"
isOpen: true, data-bs-custom-class="tooltip"
ExpEdit:null title="Add New Expense"
}) className={`p-1 me-2 bg-primary rounded-circle `}
} onClick={() => setNewExpense(true)}
> >
<span className="icon-base bx bx-plus-circle me-1"></span> <i className="bx bx-plus fs-4 text-white"></i>
Add New
</button> </button>
</div> </div>
</div> </div>