mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
feat: keep modal open when saving database failed (#11618)
This commit is contained in:
@@ -29,6 +29,8 @@ export type ClientErrorObject = {
|
||||
error: string;
|
||||
errors?: SupersetError[];
|
||||
link?: string;
|
||||
// marshmallow field validation returns the error mssage in the format
|
||||
// of { field: [msg1, msg2] }
|
||||
message?: string;
|
||||
severity?: string;
|
||||
stacktrace?: string;
|
||||
|
||||
Reference in New Issue
Block a user