Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f418983

Browse files
chore(site): make chromatic ignore changes inside of the code editor (coder#10586)
1 parent de196b8 commit f418983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/HealthPage/HealthPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export function HealthPageView({
194194
</Box>
195195
</Box>
196196
{/* 62px - navbar and 36px - the bottom bar */}
197-
<Box sx={{ overflowY: "auto", width: "100%" }}>
197+
<Box sx={{ overflowY: "auto", width: "100%" }} data-chromatic="ignore">
198198
<SyntaxHighlighter
199199
language="json"
200200
editorProps={{ height: "100%" }}

0 commit comments

Comments
 (0)