mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 18:04:22 +02:00
normalize controls onto lists
This commit is contained in:
@@ -21,11 +21,7 @@ export const RowIndexColumn = (props: ItemTableListInnerColumn) => {
|
||||
icon="arrowDownS"
|
||||
iconProps={{ color: 'muted', size: 'md' }}
|
||||
onClick={(e) =>
|
||||
controls.onItemExpand?.(
|
||||
props.data[props.rowIndex] as any,
|
||||
props.itemType,
|
||||
e,
|
||||
)
|
||||
controls.onExpand?.(props.data[props.rowIndex] as any, props.itemType, e)
|
||||
}
|
||||
size="xs"
|
||||
variant="subtle"
|
||||
|
||||
Reference in New Issue
Block a user