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:
parent
8250728f95
commit
5957d8f2ea
@ -673,7 +673,9 @@ export const ProjectFeatureToggles = ({
|
||||
}
|
||||
/>
|
||||
<ConditionallyRender
|
||||
condition={Boolean(uiConfig?.flags?.featuresExportImport)}
|
||||
condition={
|
||||
Boolean(uiConfig?.flags?.featuresExportImport) && !loading
|
||||
}
|
||||
show={
|
||||
<ExportDialog
|
||||
showExportDialog={showExportDialog}
|
||||
|
Loading…
Reference in New Issue
Block a user