mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
fix: styling for change dataset confirmation (#12471)
This commit is contained in:
@@ -221,7 +221,7 @@ const ChangeDatasourceModal: FunctionComponent<ChangeDatasourceModalProps> = ({
|
||||
onHide={onHide}
|
||||
responsive
|
||||
title={t('Change Dataset')}
|
||||
height="350px"
|
||||
width={confirmChange ? '432px' : ''}
|
||||
footer={
|
||||
<>
|
||||
{confirmChange && (
|
||||
|
||||
Reference in New Issue
Block a user