diff --git a/frontend/src/app/[lang]/dashboard/deploy/page.tsx b/frontend/src/app/[lang]/dashboard/deploy/page.tsx index 2dca928..6ce78a5 100644 --- a/frontend/src/app/[lang]/dashboard/deploy/page.tsx +++ b/frontend/src/app/[lang]/dashboard/deploy/page.tsx @@ -1792,9 +1792,9 @@ export default function DeployPage() { {form.enableRedis && (
- + setForm({ ...form, rabbitmqVersion: e.target.value })} + onClick={(e) => e.stopPropagation()} > @@ -1894,11 +1895,12 @@ export default function DeployPage() { {form.enableElasticsearch && (
- +