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 && ( {currentPageSize <= 3 && (
<RowCollapseOptions> <RowCollapseOptions>
<RowOptionsMenu <RowOptionsMenu
type='dropdown' type='collapse'
props={props} props={props}
approveClickHandler={approveClickHandler} approveClickHandler={approveClickHandler}
rejectClickHandler={rejectClickHandler} rejectClickHandler={rejectClickHandler}