From 9f171499145ec5d63122490e5a4c80c4aa0aa925 Mon Sep 17 00:00:00 2001 From: Toby Cole Date: Wed, 10 Sep 2025 09:54:12 -0700 Subject: [PATCH] Expose the Compare Versions button always We don't need to hide the compare versions button in readOnly as comparing versions isn't a mutation. --- .../components/Schemas/Details/Details.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/Schemas/Details/Details.tsx b/frontend/src/components/Schemas/Details/Details.tsx index 75680eba1..7fcc45166 100644 --- a/frontend/src/components/Schemas/Details/Details.tsx +++ b/frontend/src/components/Schemas/Details/Details.tsx @@ -76,18 +76,18 @@ const Details: React.FC = () => { backText="Schema Registry" backTo={clusterSchemasPath(clusterName)} > + {!isReadOnly && ( <> -