fix(github integration): handle request failed gracefully with option to close tab (#7387)

Signed-off-by: Dakshesh Jain <dakshesh.jain14@gmail.com>
This commit is contained in:
Dakshesh Jain
2024-12-09 13:46:12 +07:00
committed by GitHub
parent e41a6fee14
commit b7c0701b5f
6 changed files with 22 additions and 1 deletions
@@ -66,6 +66,8 @@ export default mergeIds(githubId, github, {
Processing: '' as IntlString,
AutoClose: '' as IntlString,
RequestFailed: '' as IntlString,
CloseTab: '' as IntlString,
PleaseRetry: '' as IntlString,
Updated: '' as IntlString,
LinkToProject: '' as IntlString,