Skip to content

Commit

Permalink
Strategy type match
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Feb 6, 2023
1 parent 94947ac commit f43adb6
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -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 }}>
Expand Down

0 comments on commit f43adb6

Please sign in to comment.