Skip to content

Commit

Permalink
fix(frontend): 修复redis主从列表禁启删hook集群类型传值问题 #8702
Browse files Browse the repository at this point in the history
  • Loading branch information
3octaves authored and iSecloud committed Dec 18, 2024
1 parent ff3a8b4 commit da2defb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
const router = useRouter();
const globalBizsStore = useGlobalBizs();
const { handleDisableCluster, handleEnableCluster, handleDeleteCluster } = useOperateClusterBasic(
ClusterTypes.REDIS,
ClusterTypes.REDIS_INSTANCE,
{
onSuccess: () => fetchData(),
},
Expand Down

0 comments on commit da2defb

Please sign in to comment.