fix(chalice): fixed mouse_thrashing title (#2014)
This commit is contained in:
parent
218ef93407
commit
db059f2a1e
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue