From cccb146a987c8ab0c65ecac6b7f80fb75bc48ee6 Mon Sep 17 00:00:00 2001 From: Naiyuan Qing <145280634+NevilleQingNY@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:43:27 +0800 Subject: [PATCH] fix(projects): disable create while the team selection is invalid The inline at-least-one-team hint showed red while the Create button stayed clickable (toast on click). Invalid state now disables the button, matching the empty-title condition; the submit-time toast stays as the server-rule backstop. Co-Authored-By: Claude Fable 5 --- packages/views/modals/create-project.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/views/modals/create-project.tsx b/packages/views/modals/create-project.tsx index 5aff4f4bfd..6117e37ea2 100644 --- a/packages/views/modals/create-project.tsx +++ b/packages/views/modals/create-project.tsx @@ -881,7 +881,7 @@ export function CreateProjectModal({ onClose }: { onClose: () => void }) {