From a475c17283128e45154bbcd19bbf4a10953e3598 Mon Sep 17 00:00:00 2001 From: Bohan Jiang <52446949+Bohan-J@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:16:34 +0800 Subject: [PATCH] fix(views): drop disableHoverCard from QuickCreate modal ActorAvatars (#1818) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ActorAvatar prop was renamed in #1794 (split presence into availability + last-task) — `disableHoverCard` is now `enableHoverCard` with inverted semantics. The QuickCreate modal landed against the old API and broke main's frontend typecheck. The two avatars in the modal already want the default (no hover card), so just drop the prop instead of opting in. --- packages/views/modals/quick-create-issue.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/views/modals/quick-create-issue.tsx b/packages/views/modals/quick-create-issue.tsx index 8f0a5f380..93cf62364 100644 --- a/packages/views/modals/quick-create-issue.tsx +++ b/packages/views/modals/quick-create-issue.tsx @@ -218,7 +218,6 @@ export function QuickCreateIssueModal({ actorType="agent" actorId={selectedAgent.id} size={16} - disableHoverCard /> {selectedAgent.name} @@ -247,7 +246,6 @@ export function QuickCreateIssueModal({ actorType="agent" actorId={a.id} size={16} - disableHoverCard /> {a.name}