1
0
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:
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={ 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 }}>