Skip to content

Commit

Permalink
[INLONG-10179][DashBoard] Remove the All types In cluster management (#…
Browse files Browse the repository at this point in the history
…10209)

Co-authored-by: v_shuomqiu <v_shuomqiu@tencent>
  • Loading branch information
wohainilaodou and v_shuomqiu committed May 13, 2024
1 parent 50fc302 commit f91542b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ClusterDefaultInfo implements DataWithBackend, RenderRow, RenderLis
props: values => ({
disabled: Boolean(values.id),
options: clusters
.filter(item => item.value !== 'DATAPROXY')
.filter(item => item.value !== 'DATAPROXY' && item.value !== '')
.map(item => ({
label: item.label,
value: item.value,
Expand Down

0 comments on commit f91542b

Please sign in to comment.