From 82328708acbd32ea733f57ebbf7dd06894978c8c Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Thu, 19 Sep 2024 10:34:27 +0700 Subject: [PATCH] Set loading state of the post reply button ref https://linear.app/tryghost/issue/AP-394 I've also passed the disabled prop, but not sure if it's necessary --- apps/admin-x-activitypub/src/components/global/APReplyBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin-x-activitypub/src/components/global/APReplyBox.tsx b/apps/admin-x-activitypub/src/components/global/APReplyBox.tsx index 418f1e4236..7c444ba9d4 100644 --- a/apps/admin-x-activitypub/src/components/global/APReplyBox.tsx +++ b/apps/admin-x-activitypub/src/components/global/APReplyBox.tsx @@ -85,7 +85,7 @@ const APReplyBox: React.FC = ({
-