mirror of
https://github.com/apache/superset.git
synced 2026-05-09 18:05:52 +00:00
feat: add confirmation dialog for imports (#11983)
* feat: add confirmation dialog for imports * Small fixes * Clean return
This commit is contained in:
@@ -34,6 +34,7 @@ const requiredProps = {
|
||||
resourceLabel: 'database',
|
||||
icon: <StyledIcon name="database" />,
|
||||
passwordsNeededMessage: 'Passwords are needed',
|
||||
confirmOverwriteMessage: 'Database exists',
|
||||
addDangerToast: () => {},
|
||||
addSuccessToast: () => {},
|
||||
onModelImport: () => {},
|
||||
|
||||
Reference in New Issue
Block a user