Skip to content

Commit

Permalink
Annotate preview field
Browse files Browse the repository at this point in the history
  • Loading branch information
lsl committed Feb 3, 2021
1 parent 0a32fa9 commit da5638b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/landing/gutenboarding/stores/onboard/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface Design {
src: string;
template: string;
theme: string;
preview?: string;
preview?: 'static';
title: string;
features: Array< DesignFeatures >;
}

0 comments on commit da5638b

Please sign in to comment.