Skip to content

Commit

Permalink
Update config-types.ts (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttannis authored Oct 16, 2019
1 parent aa54c82 commit 2d17201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface AppConfigCustom {
google?: GoogleAnalyticsConfig
indexUsers?: IndexUsersConfig;
logoPath?: string;
mailClientFeatures: MailClientFeaturesConfig;
mailClientFeatures?: MailClientFeaturesConfig;
navLinks?: Array<LinkConfig>;
tableLineage?: TableLineageConfig;
tableProfile?: TableProfileConfig;
Expand Down

0 comments on commit 2d17201

Please sign in to comment.