We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f48ea6 commit 60912ecCopy full SHA for 60912ec
1 file changed
src/components/ConfigSwitcher.tsx
@@ -82,15 +82,6 @@ function ConfigSwitcher({
82
</>
83
)}
84
85
- {config.warnings.length > 0 && (
86
- <>
87
- <Flex align="center" direction="row">
88
- <IconAlertTriangle color="orange" />
89
- <Text fw="bold" ml={8} color="orange">Warnings</Text>
90
- </Flex>
91
- <ErrorLoadingConfig issues={config.warnings} type="warning" />
92
- </>
93
- )}
94
</Card>
95
</UnstyledButton>
96
);
0 commit comments