diff --git a/frontend/src/components/Topics/Topic/Topic.tsx b/frontend/src/components/Topics/Topic/Topic.tsx index 56ca0e989..12be7e9a4 100644 --- a/frontend/src/components/Topics/Topic/Topic.tsx +++ b/frontend/src/components/Topics/Topic/Topic.tsx @@ -239,7 +239,7 @@ const Topic: React.FC = () => { className={({ isActive }) => (isActive ? 'is-active' : '')} permission={{ resource: ResourceType.TOPIC, - action: Action.ANALYSIS_VIEW, + action: Action.VIEW, value: topicName, }} >