Skip to content

Commit

Permalink
Renamed arg
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtuevo committed Nov 15, 2024
1 parent f662a75 commit 5197df4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function TableView(props: ViewPropsType) {
selected_color,
size = "small",
variant = "filled",
max_icons_inline = 1,
max_inline_actions = 1,
} = view;
const { rows, selectedCells, selectedRows, selectedColumns } =
getTableData(props);
Expand Down Expand Up @@ -199,7 +199,7 @@ export default function TableView(props: ViewPropsType) {
<ActionsMenu
actions={getRowActions(rowIndex)}
size={size}
maxInline={max_icons_inline}
maxInline={max_inline_actions}
/>
)}
</TableCell>
Expand Down

0 comments on commit 5197df4

Please sign in to comment.