PrefectHQ / ui

The home of the Prefect 1 UI
https://cloud.prefect.io
Other
177 stars 42 forks source link

Bugfix: Service Account roles #1374

Closed znicholasbrown closed 1 year ago

znicholasbrown commented 1 year ago

Description

This PR fixes an issue where the intersection observer wasn't firing properly on page load. The intersection observer here isn't really necessary since the polling for this isn't aggressive and is hitting cached routes so I've gone ahead and removed it.