Skip to content

Commit

Permalink
Remove DataUploadTaskList
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Feb 20, 2024
1 parent ded328b commit 75d938b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 248 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/admin/data/LayerAdminSidebar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import SegmentControl from "../../components/SegmentControl";
import useSegmentState from "../../components/useSegmentState";
import DataUploadTaskList from "../uploads/DataUploadTaskList";
import BackgroundJobList from "./BackgroundJobList";
import BaseMapEditor from "./BasemapEditor";
import TableOfContentsEditor from "./TableOfContentsEditor";
Expand Down Expand Up @@ -37,7 +36,6 @@ export default function LayerAdminSidebar() {
</div>
</div>
<BackgroundJobList className="flex-0 overflow-y-hidden" />
{/* <DataUploadTaskList className="flex-none max-h-96 xl:max-h-127 overflow-y-auto" /> */}
</div>
);
}
246 changes: 0 additions & 246 deletions packages/client/src/admin/uploads/DataUploadTaskList.tsx

This file was deleted.

0 comments on commit 75d938b

Please sign in to comment.