diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx index 78c3b22..162e366 100644 --- a/src/components/profile-data-table.tsx +++ b/src/components/profile-data-table.tsx @@ -779,7 +779,9 @@ export function ProfilesDataTable({ onAssignProfilesToGroup([profile.name]); } }} - disabled={!browserState.isClient || isBrowserUpdating} + disabled={ + !browserState.isClient || isBrowserUpdating || isRunning + } > Assign to Group