2
0
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:
Oliver Walters
2025-11-25 05:33:41 +00:00
parent a617cece72
commit 5533a374f2
4 changed files with 46 additions and 24 deletions

View File

@@ -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}