Skip to content

Commit

Permalink
fix(frontend): tendbcluster remote 节点 Shard_id 渲染错误 #9035
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Jan 13, 2025
1 parent e7bf2ee commit 3b084ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</BkTableColumn>
<BkTableColumn label="Shard_id">
<template #default="{ data }: { data: TendbClusterModel['remote_db'][number] }">
{{ data.shard_id || '--' }}
{{ data.shard_id }}
</template>
</BkTableColumn>
</BkTable>
Expand Down

0 comments on commit 3b084ae

Please sign in to comment.