mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
parent
aecdc0739d
commit
2aa993bcf5
@ -189,7 +189,7 @@ export function FilterSelectDrawer({
|
||||
>
|
||||
<Stack spacing="xs">
|
||||
{tableState.activeFilters.map((f) => (
|
||||
<FilterItem flt={f} tableState={tableState} />
|
||||
<FilterItem key={f.name} flt={f} tableState={tableState} />
|
||||
))}
|
||||
{tableState.activeFilters.length > 0 && <Divider />}
|
||||
{addFilter && (
|
||||
|
Loading…
Reference in New Issue
Block a user