mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-03 01:18:43 +02:00
Fixes a bug where we'd call the project overview every second when on a project page. The reason this happens is that the connect SDK dialog sets up a fetcher to re-fetch it every second. The request should only be fired when the dialog is open, but because of the way it's set up, we we're setting up the repeated fetch regardless of whether the dialog was open or not. This PR moves the dialog and all it's content into a nested component that's only rendered if the dialog should be opened. |
||
---|---|---|
.. | ||
dialog | ||
flow |