fix: font regression in SQL Lab (#14960)

* fix: font regression in SQL Lab

* Fix tests
This commit is contained in:
Beto Dealmeida
2021-06-08 15:52:57 -07:00
committed by GitHub
parent a59bbbc544
commit 3f527c7a45
6 changed files with 14 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ const mockedProps = {
message: 'Error message',
},
source: 'dashboard' as ErrorSource,
subtitle: 'Error message',
};
test('should render', () => {