From 859a4ea22259da5dfd28ca03ba83e8f8eadbf9b4 Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Wed, 29 Apr 2026 14:12:53 +0800 Subject: [PATCH] fix(views): drop disableHoverCard from QuickCreate modal ActorAvatars 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}