Fix Docker disabled search bar

This commit is contained in:
ajnart
2023-01-04 21:59:15 +09:00
parent 4c68eed3aa
commit 9900a2f078

View File

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