Skip to content

Commit

Permalink
updated at 2024-08-19T16:42:29-04:00
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Aug 19, 2024
1 parent 85aee69 commit 3f3e592
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ext/app/client/ui/ActivationPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export function getActivationPage(): IActivationPageCreator {
return isEnterpriseDeployment() ? EnterpriseActivationPage : DefaultActivationPage;
}

export function showEnterpriseToggle() {
return !getGristConfig().forceEnableEnterprise;
}

export class EnterpriseActivationPage extends Disposable {
private readonly _currentPage = Computed.create(this, urlState().state, (_use, s) => s.activation);
private _model: ActivationModel = new ActivationModelImpl(this._appModel);
Expand Down

0 comments on commit 3f3e592

Please sign in to comment.