mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-18 02:08:22 +00:00
Add generic API mixin for filtering and ordering by parameter
This commit is contained in:
@@ -33,7 +33,7 @@ export default function SegmentedIconControl({
|
||||
data={data.map((item) => ({
|
||||
value: item.value,
|
||||
label: (
|
||||
<Tooltip label={item.label}>
|
||||
<Tooltip label={item.label} position='top-end'>
|
||||
<ActionIcon
|
||||
variant='transparent'
|
||||
color={color}
|
||||
|
||||
Reference in New Issue
Block a user