-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Wei-Chun, Chang <[email protected]>
- Loading branch information
1 parent
2324b66
commit 9fcdfe1
Showing
4 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { Alert, AlertIcon, AlertDescription } from '@chakra-ui/react'; | ||
|
||
export function SkipDatasource() { | ||
return ( | ||
<Alert status="error" mb={3} rounded={10}> | ||
<AlertIcon /> | ||
<AlertDescription> | ||
Schemas and reports generated from manifest files are limited to | ||
information in those manifests. For a more detailed report, follow these | ||
instructions | ||
</AlertDescription> | ||
</Alert> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters