mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
fix(explore): Scroll only table in Change Dataset and Edit Dataset Modals (#12598)
This commit is contained in:
@@ -222,6 +222,8 @@ const ChangeDatasourceModal: FunctionComponent<ChangeDatasourceModalProps> = ({
|
||||
responsive
|
||||
title={t('Change Dataset')}
|
||||
width={confirmChange ? '432px' : ''}
|
||||
height={confirmChange ? 'auto' : '480px'}
|
||||
hideFooter={!confirmChange}
|
||||
footer={
|
||||
<>
|
||||
{confirmChange && (
|
||||
@@ -267,6 +269,7 @@ const ChangeDatasourceModal: FunctionComponent<ChangeDatasourceModalProps> = ({
|
||||
pageSize={20}
|
||||
className="table-condensed"
|
||||
emptyWrapperType={EmptyWrapperType.Small}
|
||||
scrollTable
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user