fix(chalice): fixed mouse_thrashing title (#2014)

This commit is contained in:
Kraiem Taha Yassine 2024-03-29 11:22:51 +01:00 committed by GitHub
parent 218ef93407
commit db059f2a1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,7 +249,8 @@ def get_issue_title(issue_type):
'custom': "Custom Event",
'js_exception': "Error",
'custom_event_error': "Custom Error",
'js_error': "Error"}.get(issue_type, issue_type)
'js_error': "Error",
"mouse_thrashing": "Mouse Thrashing"}.get(issue_type, issue_type)
def __progress(old_val, new_val):