Skip to content

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Dec 27, 2024
1 parent 7e36030 commit fdbc530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/editor-ui/src/__tests__/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ export const defaultSettings: FrontendSettings = {
aiAssistant: {
enabled: false,
},
aiCredits: {
enabled: false,
credits: 0,
},
betaFeatures: [],
easyAIWorkflowOnboarded: false,
};

0 comments on commit fdbc530

Please sign in to comment.