Skip to content

Commit d9b1df5

Browse files
authored
Merge pull request #1395 from zhanghaozjk/patch-1
Fix Typo, Update index.tsx
2 parents 380829c + 6e21f15 commit d9b1df5

File tree

1 file changed

+1
-1
lines changed
  • chat2db-client/src/pages/main/dashboard/chart-item

1 file changed

+1
-1
lines changed

chat2db-client/src/pages/main/dashboard/chart-item/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function ChartItem(props: IChartItemProps) {
317317
<div className={styles.emptyChartBlock}>
318318
<Iconfont code="&#xe638;" className={styles.emptyDataImage} />
319319

320-
<div className={styles.emptyDataText}>No date selected</div>
320+
<div className={styles.emptyDataText}>No data selected</div>
321321
<Button
322322
type="primary"
323323
onClick={() => {

0 commit comments

Comments
 (0)