mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02: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
|
<ConditionallyRender
|
||||||
condition={Boolean(uiConfig?.flags?.featuresExportImport)}
|
condition={
|
||||||
|
Boolean(uiConfig?.flags?.featuresExportImport) && !loading
|
||||||
|
}
|
||||||
show={
|
show={
|
||||||
<ExportDialog
|
<ExportDialog
|
||||||
showExportDialog={showExportDialog}
|
showExportDialog={showExportDialog}
|
||||||
|
Loading…
Reference in New Issue
Block a user