mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 22:55:59 +00:00
show license - better UX
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user