Skip to content

Commit acf6e6e

Browse files
committed
Add class for error count
1 parent 575bf33 commit acf6e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash-renderer/src/components/error/menu/DebugMenu.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const MenuContent = ({
4444
<ErrorIcon className='dash-debug-menu__icon' />
4545
Errors
4646
{errCount > 0 ? (
47-
<span className='dash-debug-menu__error-count'>
47+
<span className='test-devtools-error-count dash-debug-menu__error-count'>
4848
{errCount}
4949
</span>
5050
) : null}

0 commit comments

Comments
 (0)