mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
fix: no lazy translation on SupersetError (#15669)
* fix: no lazy translation on SupersetError * Small fixes
This commit is contained in:
@@ -43,6 +43,10 @@ export default function setupErrorMessages() {
|
||||
ErrorTypeEnum.GENERIC_DB_ENGINE_ERROR,
|
||||
DatabaseErrorMessage,
|
||||
);
|
||||
errorMessageComponentRegistry.registerValue(
|
||||
ErrorTypeEnum.GENERIC_BACKEND_ERROR,
|
||||
DatabaseErrorMessage,
|
||||
);
|
||||
errorMessageComponentRegistry.registerValue(
|
||||
ErrorTypeEnum.COLUMN_DOES_NOT_EXIST_ERROR,
|
||||
DatabaseErrorMessage,
|
||||
|
||||
Reference in New Issue
Block a user