Skip to content

Commit 9cffe26

Browse files
3octavesjinquantianxia
authored andcommitted
fix(frontend): 修复redis主从列表禁启删hook集群类型传值问题 #8702
1 parent 4476f97 commit 9cffe26

File tree

1 file changed

+1
-1
lines changed
  • dbm-ui/frontend/src/views/db-manage/redis/list-ha/components/list

1 file changed

+1
-1
lines changed

dbm-ui/frontend/src/views/db-manage/redis/list-ha/components/list/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
const router = useRouter();
166166
const globalBizsStore = useGlobalBizs();
167167
const { handleDisableCluster, handleEnableCluster, handleDeleteCluster } = useOperateClusterBasic(
168-
ClusterTypes.REDIS,
168+
ClusterTypes.REDIS_INSTANCE,
169169
{
170170
onSuccess: () => fetchData(),
171171
},

0 commit comments

Comments
 (0)