Skip to content

Commit

Permalink
#188: add title for flush button
Browse files Browse the repository at this point in the history
Signed-off-by: Ziqi He <[email protected]>
  • Loading branch information
iheziqi committed Jul 6, 2023
1 parent 06086f6 commit e348c42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/assets/styles/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
border-radius: $primary-radius;
background-color: $primary-white;
color: $primary-blue;
// font-size: $font-small;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/buttons/FlushCacheButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default function FlushCacheButton() {
variant="contained"
onClick={handleClick}
className="flush-cache-button"
title="Flush the backend-cache to get live-data from apache pulsar"
>
Flush Cache
</Button>
Expand Down

0 comments on commit e348c42

Please sign in to comment.