Skip to content

Commit

Permalink
fix(dashboard): remove chart suffix from empty states
Browse files Browse the repository at this point in the history
  • Loading branch information
tjuranek committed Mar 22, 2023
1 parent a03042f commit 28e4c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const KPIWidgetEmptyStateComponent: React.FC = () => {
</Box>

<Box variant='p' color='text-status-inactive' margin={{ bottom: 's', horizontal: 's' }}>
Add a property or alarm to populate KPI chart
Add a property or alarm to populate KPI
</Box>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const StatusWidgetEmptyStateComponent: React.FC = () => {
</Box>

<Box variant='p' color='text-status-inactive' margin={{ bottom: 's', horizontal: 's' }}>
Add a property or alarm to populate status chart
Add a property or alarm to populate status
</Box>
</div>
</div>
Expand Down

0 comments on commit 28e4c09

Please sign in to comment.