We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2248343 commit 6e21f15Copy full SHA for 6e21f15
chat2db-client/src/pages/main/dashboard/chart-item/index.tsx
@@ -317,7 +317,7 @@ function ChartItem(props: IChartItemProps) {
317
<div className={styles.emptyChartBlock}>
318
<Iconfont code="" className={styles.emptyDataImage} />
319
320
- <div className={styles.emptyDataText}>No date selected</div>
+ <div className={styles.emptyDataText}>No data selected</div>
321
<Button
322
type="primary"
323
onClick={() => {
0 commit comments