Merge pull request #548 from dinghino/fix/docker-search

🐛 fix docker searchbar
This commit is contained in:
Thomas Camlong
2023-01-03 22:35:41 +09:00
committed by GitHub

View File

@@ -118,7 +118,6 @@ export default function DockerTable({
icon={<IconSearch size={14} />}
value={search}
onChange={handleSearchChange}
disabled={usedContainers.length === 0}
/>
<Table ref={ref} captionSide="bottom" highlightOnHover verticalSpacing="sm">
<thead>