feat: show CTA for connecting to services

This commit is contained in:
Ali BARIN
2022-09-12 23:14:14 +02:00
parent 23c568c87c
commit bd754da1ed
8 changed files with 23 additions and 6 deletions

View File

@@ -150,6 +150,7 @@ export interface IApp {
key: string;
iconUrl: string;
docUrl: string;
authDocUrl: string;
primaryColor: string;
supportsConnections: boolean;
fields: IField[];