mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
feat(storybook): Co-habitating/Upgrading Storybooks to v7 (dependency madness ensues) (#26907)
This commit is contained in:
@@ -1513,8 +1513,8 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
||||
typeof dbErrors === 'object'
|
||||
? Object.values(dbErrors)
|
||||
: typeof dbErrors === 'string'
|
||||
? [dbErrors]
|
||||
: [];
|
||||
? [dbErrors]
|
||||
: [];
|
||||
} else if (
|
||||
!isEmpty(validationErrors) &&
|
||||
validationErrors?.error_type === 'GENERIC_DB_ENGINE_ERROR'
|
||||
|
||||
Reference in New Issue
Block a user