mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 08:26:01 +00:00
license detection fix
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
</div>
|
||||
<div>
|
||||
License type: <span
|
||||
>{$config?.checkedLicense ? ($config?.checkedLicense?.licenseTypeObj?.name ?? 'Unknown') : 'Community'}</span
|
||||
>{$config?.checkedLicense && $config?.checkedLicense?.type != 'community'
|
||||
? ($config?.checkedLicense?.licenseTypeObj?.name ?? 'Unknown')
|
||||
: 'Community'}</span
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user