1
0
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:
sjaanus 2023-02-06 16:11:22 +02:00
parent 94947acac7
commit f43adb60f7
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -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 }}>