implement suggestions

This commit is contained in:
Sky-High
2023-10-25 23:32:49 +02:00
committed by Bill Thornton
parent ad252c6df1
commit c887e960aa
3 changed files with 4 additions and 9 deletions
+2 -3
View File
@@ -1854,6 +1854,7 @@ export default function (view, params) {
}).catch((error) => {
console.error('failed to get item or current user: ', error);
});
}
function splitVersions(instance, page, apiClient, pageParams) {
@@ -1974,9 +1975,7 @@ export default function (view, params) {
reload(self, view, params);
}
})
.catch(function(err) {
console.debug('[index:onMoreCommandsClick] reject', err);
});
.catch(() => { /* no-op */ });
});
});
}