1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: load export dialog after envs loaded (#3234)

This commit is contained in:
Mateusz Kwasniewski 2023-03-08 09:21:45 +01:00 committed by GitHub
parent 8250728f95
commit 5957d8f2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -673,7 +673,9 @@ export const ProjectFeatureToggles = ({
}
/>
<ConditionallyRender
condition={Boolean(uiConfig?.flags?.featuresExportImport)}
condition={
Boolean(uiConfig?.flags?.featuresExportImport) && !loading
}
show={
<ExportDialog
showExportDialog={showExportDialog}