Skip to content

Commit

Permalink
fix(dashboard): allow gestures when widget is in error state
Browse files Browse the repository at this point in the history
  • Loading branch information
corteggiano committed Apr 3, 2023
1 parent 493b9f2 commit 7545487
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const IconX: FC = () => (
aria-hidden='true'
data-prefix='far'
data-icon='times-circle'
pointerEvents='none'
className='svg-inline--fa fa-times-circle fa-w-16'
xmlns='http://www.w3.org/2000/svg'
viewBox='0 0 512 512'
Expand Down

0 comments on commit 7545487

Please sign in to comment.