Skip to content

Commit

Permalink
revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi committed Jun 11, 2021
1 parent aec033a commit c1a376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/CRUD/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export const copyQueryLink = (

export const getDatabaseImages = () => SupersetText.DB_IMAGES;

export const getConnectionAlert = () => SupersetText.ALERTS;
export const getConnectionAlert = () => SupersetText.DB_CONNECTION_ALERTS;

export const testDatabaseConnection = (
connection: DatabaseObject,
Expand Down

0 comments on commit c1a376a

Please sign in to comment.