Update ModalHeader.tsx (#15949)

This commit is contained in:
Hugh A. Miles II 2021-07-29 16:23:46 -04:00 committed by GitHub
parent 02f9749d18
commit 3b9b2c97aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export const DOCUMENTATION_LINK = supersetTextDocs
const irregularDocumentationLinks = {
postgresql: 'https://superset.apache.org/docs/databases/postgres',
mssql: 'https://superset.apache.org/docs/databases/sql-server',
gsheets: 'https://superset.apache.org/docs/databases/google-sheets',
};
const documentationLink = (engine: string | undefined) => {