Skip to content

Commit 2aba22b

Browse files
authored
FE: Topics: Fix connectors tab permissions (#1517)
1 parent 3a9d4c0 commit 2aba22b

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/Topics/Topic

1 file changed

+1
-1
lines changed

frontend/src/components/Topics/Topic/Topic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const Topic: React.FC = () => {
239239
className={({ isActive }) => (isActive ? 'is-active' : '')}
240240
permission={{
241241
resource: ResourceType.TOPIC,
242-
action: Action.ANALYSIS_VIEW,
242+
action: Action.VIEW,
243243
value: topicName,
244244
}}
245245
>

0 commit comments

Comments
 (0)