Skip to content

Commit 0c75bf4

Browse files
committed
fix(Tenant): fix actions set for topics
1 parent 015b58e commit 0c75bf4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/containers/Tenant/utils/schemaActions.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,14 @@ export const getActions = (
114114
const nodeTypeToActions: Record<NavigationTreeNodeType, ActionsSet> = {
115115
database: DIR_SET,
116116
directory: DIR_SET,
117+
117118
table: TABLE_SET,
118119
column_table: TABLE_SET,
120+
119121
index_table: JUST_COPY,
122+
topic: JUST_COPY,
123+
120124
index: EMPTY_SET,
121-
topic: DIR_SET,
122125
};
123126

124127
return nodeTypeToActions[type];

0 commit comments

Comments
 (0)