diff --git a/apps/dokploy/__test__/templates/config.template.test.ts b/apps/dokploy/__test__/templates/config.template.test.ts
index 9516e9d1..902e3163 100644
--- a/apps/dokploy/__test__/templates/config.template.test.ts
+++ b/apps/dokploy/__test__/templates/config.template.test.ts
@@ -1,7 +1,7 @@
-import type { Schema } from "@dokploy/server/templates";
+import { describe, expect, it } from "vitest";
import type { CompleteTemplate } from "@dokploy/server/templates/processors";
import { processTemplate } from "@dokploy/server/templates/processors";
-import { describe, expect, it } from "vitest";
+import type { Schema } from "@dokploy/server/templates";
describe("processTemplate", () => {
// Mock schema for testing
diff --git a/apps/dokploy/components/dashboard/compose/general/show-converted-compose.tsx b/apps/dokploy/components/dashboard/compose/general/show-converted-compose.tsx
index 428d9d66..53b2a9a1 100644
--- a/apps/dokploy/components/dashboard/compose/general/show-converted-compose.tsx
+++ b/apps/dokploy/components/dashboard/compose/general/show-converted-compose.tsx
@@ -62,6 +62,11 @@ export const ShowConvertedCompose = ({ composeId }: Props) => {
{isError &&