mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
feat: corrected reference to constants
This commit is contained in:
parent
e37733cabd
commit
f42f9526b7
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ export default class LicenseBase {
|
|||
|
||||
public get serverSideGlobal(): boolean {
|
||||
if (this.IsBasicPlan) {
|
||||
return !!BASIC_PLAN_TERMS.features?.serverSideGlobal;
|
||||
return !!this.BASIC_PLAN_TERMS.features?.serverSideGlobal;
|
||||
}
|
||||
return this._isServerSideGlobal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue