From 9b50e5c496aa51a3aae747a18261d01fd04363a6 Mon Sep 17 00:00:00 2001 From: Addison Beck Date: Thu, 18 Jul 2024 05:17:53 -0400 Subject: [PATCH] Disable a button during page load (#10148) The people screen has a button that can be clicked to open a modal for inviting new users to an organization. This modal depends on data from the people list for conditional logic, like whether or not the seat count cor the organization has been reached. If the modal is opened before the people list loads these conditions can not process correctly, causing bugs. This commit disabled the button until the people list loads to prevent this kind of behavior. --- .../admin-console/organizations/members/members.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/admin-console/organizations/members/members.component.html b/apps/web/src/app/admin-console/organizations/members/members.component.html index f5b824face..ae80130e03 100644 --- a/apps/web/src/app/admin-console/organizations/members/members.component.html +++ b/apps/web/src/app/admin-console/organizations/members/members.component.html @@ -5,7 +5,7 @@ [placeholder]="'searchMembers' | i18n" > -