From fd6f61fd2a35a97c13602f7c8134c2a57a71fe49 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:47:51 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/dokploy/components/dashboard/application/build/show.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/build/show.tsx b/apps/dokploy/components/dashboard/application/build/show.tsx index 3488c8f49..a97b93223 100644 --- a/apps/dokploy/components/dashboard/application/build/show.tsx +++ b/apps/dokploy/components/dashboard/application/build/show.tsx @@ -184,8 +184,7 @@ export const ShowBuildChooseForm = ({ applicationId }: Props) => { const buildType = form.watch("buildType"); const railpackVersion = form.watch("railpackVersion"); - const [isManualRailpackVersion, setIsManualRailpackVersion] = - useState(false); + const [isManualRailpackVersion, setIsManualRailpackVersion] = useState(false); useEffect(() => { if (data) {