mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-07 17:45:43 +00:00
fix(LicenseQueuePage): remove unused ActionIcon and IconRefresh imports for cleaner code
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import { useCallback, useMemo, useState } from 'react';
|
import { useCallback, useMemo, useState } from 'react';
|
||||||
import { useNavigate, useParams, useSearchParams } from 'react-router-dom';
|
import { useNavigate, useParams, useSearchParams } from 'react-router-dom';
|
||||||
import {
|
import {
|
||||||
ActionIcon,
|
|
||||||
Badge,
|
Badge,
|
||||||
Button,
|
Button,
|
||||||
Card,
|
Card,
|
||||||
@@ -26,7 +25,6 @@ import { useDebouncedValue } from '@mantine/hooks';
|
|||||||
import {
|
import {
|
||||||
IconAlertCircle,
|
IconAlertCircle,
|
||||||
IconDownload,
|
IconDownload,
|
||||||
IconRefresh,
|
|
||||||
IconSearch,
|
IconSearch,
|
||||||
IconSortAscending,
|
IconSortAscending,
|
||||||
IconSortDescending,
|
IconSortDescending,
|
||||||
@@ -422,11 +420,6 @@ export function LicenseQueuePage() {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<Group gap="xs">
|
<Group gap="xs">
|
||||||
<Tooltip label={t('queue.refresh', 'Refresh')}>
|
|
||||||
<ActionIcon variant="default" size="lg" onClick={() => active.refetch()}>
|
|
||||||
<IconRefresh size={18} />
|
|
||||||
</ActionIcon>
|
|
||||||
</Tooltip>
|
|
||||||
<SegmentedControl
|
<SegmentedControl
|
||||||
size="xs"
|
size="xs"
|
||||||
value={density}
|
value={density}
|
||||||
|
|||||||
Reference in New Issue
Block a user