mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-19 23:22:05 +00:00
remove progressCleanupPart for now
This commit is contained in:
parent
d28f25118a
commit
110a47f86d
1 changed files with 1 additions and 2 deletions
|
|
@ -14,7 +14,6 @@ import { WorkerTestPart } from "@/pages/parts/admin/WorkerTestPart";
|
|||
|
||||
import { BackendTestPart } from "../parts/admin/BackendTestPart";
|
||||
import { EmbedOrderPart } from "../parts/admin/EmbedOrderPart";
|
||||
import { ProgressCleanupPart } from "../parts/admin/ProgressCleanupPart";
|
||||
|
||||
export function AdminPage() {
|
||||
const { t } = useTranslation();
|
||||
|
|
@ -51,7 +50,7 @@ export function AdminPage() {
|
|||
disabledEmbeds={embedOrderState.disabledEmbeds}
|
||||
setDisabledEmbeds={embedOrderState.setDisabledEmbeds}
|
||||
/>
|
||||
<ProgressCleanupPart />
|
||||
{/* <ProgressCleanupPart /> */}
|
||||
</ThinContainer>
|
||||
|
||||
<Transition
|
||||
|
|
|
|||
Loading…
Reference in a new issue