From c9d84ba7f074940b28760697d06139283dd35f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bosi?= <71827178+bosiraphael@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:55:00 +0200 Subject: [PATCH] Disable install button in app install onboarding when no app is selected (#22822) In the app installation onboarding step, the Install button was always clickable, even with no app selected. Clicking it with an empty selection ran the completion flow with zero apps, which is equivalent to skipping. Now the button is disabled until at least one app is selected (in addition to staying disabled while completing). The Skip button remains available for users who don't want to install anything. Review in cubic --- .../twenty-front/src/pages/onboarding/InstallAppsContent.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/twenty-front/src/pages/onboarding/InstallAppsContent.tsx b/packages/twenty-front/src/pages/onboarding/InstallAppsContent.tsx index 52a38d488f..1ec616f455 100644 --- a/packages/twenty-front/src/pages/onboarding/InstallAppsContent.tsx +++ b/packages/twenty-front/src/pages/onboarding/InstallAppsContent.tsx @@ -204,7 +204,9 @@ export const InstallAppsContent = ({