chore(site): make chromatic ignore changes inside of the code editor (#10586)

This commit is contained in:
Bruno Quaresma 2023-11-08 11:01:28 -03:00 committed by GitHub
parent de196b89b6
commit f418983f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ export function HealthPageView({
</Box>
</Box>
{/* 62px - navbar and 36px - the bottom bar */}
<Box sx={{ overflowY: "auto", width: "100%" }}>
<Box sx={{ overflowY: "auto", width: "100%" }} data-chromatic="ignore">
<SyntaxHighlighter
language="json"
editorProps={{ height: "100%" }}