mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-01 13:47:27 +02:00
Strategy type match
This commit is contained in:
parent
94947acac7
commit
f43adb60f7
@ -154,10 +154,8 @@ export const ValidationStage: FC<{
|
|||||||
show={
|
show={
|
||||||
<WarningContainer>
|
<WarningContainer>
|
||||||
<WarningHeader>
|
<WarningHeader>
|
||||||
<strong>Warning!</strong> There are existing feature
|
<strong>Warning!</strong> It is recommended to
|
||||||
toggles in the current instance and if you continue
|
verify the following information before importing.
|
||||||
the import, they will be overwritten with the
|
|
||||||
configuration from this import file
|
|
||||||
</WarningHeader>
|
</WarningHeader>
|
||||||
{validationResult.warnings.map(warning => (
|
{validationResult.warnings.map(warning => (
|
||||||
<Box key={warning.message} sx={{ p: 2 }}>
|
<Box key={warning.message} sx={{ p: 2 }}>
|
||||||
|
Loading…
Reference in New Issue
Block a user