mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-24 02:24:59 +08:00
(feature)(webapp) add query mode in parse tip and change query modes query to METRIC and TAG (#425)
This commit is contained in:
@@ -25,6 +25,10 @@ const DimensionSection: React.FC<Props> = ({
|
||||
|
||||
const defaultDimensions = dimensions.slice(0, DEFAULT_DIMENSION_COUNT);
|
||||
|
||||
if (defaultDimensions.length === 0) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={`${prefixCls}-section`}>
|
||||
<div className={`${prefixCls}-title`}>{isSecondDrillDown ? '二级' : '推荐'}下钻维度:</div>
|
||||
|
||||
Reference in New Issue
Block a user