mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Variables Dropdown - Fix Flickering on Refresh (#72566)
This commit is contained in:
@@ -89,7 +89,7 @@ const LoadingIndicator = ({ onCancel }: Pick<Props, 'onCancel'>) => {
|
||||
<Icon
|
||||
className="spin-clockwise"
|
||||
name="sync"
|
||||
size="xs"
|
||||
size="sm"
|
||||
onClick={onClick}
|
||||
aria-label={selectors.components.LoadingIndicator.icon}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user