show license - better UX

This commit is contained in:
SPRINX0\prochazka
2025-05-29 12:44:31 +02:00
parent cb50d2838a
commit e836fa3d38
3 changed files with 26 additions and 12 deletions

View File

@@ -125,6 +125,7 @@ async function processApiResponse(route, args, resp) {
if (resp?.apiErrorIsLicenseLimit) {
showModal(LicenseLimitMessageModal, {
message: resp.apiErrorMessage,
licenseLimits: resp.apiErrorLimitedLicenseLimits,
});
} else {
showSnackbarError('API error:' + resp?.apiErrorMessage);