Skip to content

Commit

Permalink
fix: 快捷视图过滤条件展示异常问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jsers committed Apr 28, 2022
1 parent 38ee8da commit f73584c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/monitor/object/metricViews/LabelsValues.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function LabelsValues(props: IProps) {

return (
<div className='n9e-metric-views-labels-values'>
{!_.isEmpty(expaned.filters) && (
{!_.isEmpty(filtersStr) && (
<div className='n9e-metric-views-labels-values-item'>
<div
className='page-title'
Expand Down

0 comments on commit f73584c

Please sign in to comment.