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