Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jun 28, 2021
1 parent 665eca2 commit 1249a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset-frontend/src/views/CRUD/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,8 @@ export const copyQueryLink = (
export const getDatabaseImages = () => SupersetText.DB_IMAGES;

export const getConnectionAlert = () => SupersetText.DB_CONNECTION_ALERTS;
export const getDatabaseDocumentationLinks = () => SupersetText.DB_CONNECTION_DOC_LINKS
export const getDatabaseDocumentationLinks = () =>
SupersetText.DB_CONNECTION_DOC_LINKS;

export const testDatabaseConnection = (
connection: DatabaseObject,
Expand Down

0 comments on commit 1249a92

Please sign in to comment.