Skip to content

Commit

Permalink
Make is_externally_managed optional
Browse files Browse the repository at this point in the history
  • Loading branch information
WBerredo committed Aug 14, 2023
1 parent 1c925de commit 667d818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-picker/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export interface Design {
description?: string;
recipe?: DesignRecipe;
is_premium: boolean;
is_externally_managed: boolean;
is_externally_managed?: boolean;
categories: Category[];
features: DesignFeatures[];
is_featured_picks?: boolean; // Whether this design will be featured in the sidebar. Example: Blank Canvas
Expand Down

0 comments on commit 667d818

Please sign in to comment.