Skip to content

chore: indicate premium vs enterprise on license page #14008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! chore: indicate premium vs enterprise on license page
  • Loading branch information
Emyrk committed Jul 25, 2024
commit bddea60ed1f24946d31ac902351aa980bc1ff0a3
1 change: 1 addition & 0 deletions site/src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ type Claims = {
account_id?: string;
trial: boolean;
all_features: boolean;
feature_set: string;
version: number;
features: Record<string, number>;
require_telemetry?: boolean;
Expand Down
Loading