mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
Fix Docker disabled search bar
This commit is contained in:
@@ -118,7 +118,6 @@ export default function DockerTable({
|
|||||||
icon={<IconSearch size={14} />}
|
icon={<IconSearch size={14} />}
|
||||||
value={search}
|
value={search}
|
||||||
onChange={handleSearchChange}
|
onChange={handleSearchChange}
|
||||||
disabled={usedContainers.length === 0}
|
|
||||||
/>
|
/>
|
||||||
<Table ref={ref} captionSide="bottom" highlightOnHover verticalSpacing="sm">
|
<Table ref={ref} captionSide="bottom" highlightOnHover verticalSpacing="sm">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user