chore(FE-195): adjust RowOptionsMenu type

This commit is contained in:
ValdiANS
2025-11-28 10:32:00 +07:00
parent 0cc01ae738
commit f82ca4f959
@@ -365,7 +365,7 @@ const ExpensesTable = () => {
{currentPageSize <= 3 && (
<RowCollapseOptions>
<RowOptionsMenu
type='dropdown'
type='collapse'
props={props}
approveClickHandler={approveClickHandler}
rejectClickHandler={rejectClickHandler}