mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat: more error messages (#15409)
This commit is contained in:
@@ -51,6 +51,10 @@ export default function setupErrorMessages() {
|
||||
ErrorTypeEnum.MISSING_TEMPLATE_PARAMS_ERROR,
|
||||
ParameterErrorMessage,
|
||||
);
|
||||
errorMessageComponentRegistry.registerValue(
|
||||
ErrorTypeEnum.INVALID_TEMPLATE_PARAMS_ERROR,
|
||||
ParameterErrorMessage,
|
||||
);
|
||||
errorMessageComponentRegistry.registerValue(
|
||||
ErrorTypeEnum.RESULTS_BACKEND_NOT_CONFIGURED_ERROR,
|
||||
DatabaseErrorMessage,
|
||||
|
||||
Reference in New Issue
Block a user