Skip to content

Commit

Permalink
Merge pull request #1395 from zhanghaozjk/patch-1
Browse files Browse the repository at this point in the history
Fix Typo, Update index.tsx
  • Loading branch information
Chat2DB-Pro authored Oct 28, 2024
2 parents 380829c + 6e21f15 commit d9b1df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function ChartItem(props: IChartItemProps) {
<div className={styles.emptyChartBlock}>
<Iconfont code="&#xe638;" className={styles.emptyDataImage} />

<div className={styles.emptyDataText}>No date selected</div>
<div className={styles.emptyDataText}>No data selected</div>
<Button
type="primary"
onClick={() => {
Expand Down

0 comments on commit d9b1df5

Please sign in to comment.