Skip to content

Commit 31227eb

Browse files
Update StandardModal.tsx
1 parent 80c9735 commit 31227eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

superset-frontend/src/components/Modal/StandardModal.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ interface StandardModalProps {
4141
maskClosable?: boolean;
4242
wrapProps?: object;
4343
contentLoading?: boolean;
44-
resizable?: boolean;
4544
}
4645

4746
// Standard modal widths
@@ -117,7 +116,6 @@ export function StandardModal({
117116
maskClosable = false,
118117
wrapProps,
119118
contentLoading = false,
120-
resizable = false,
121119
}: StandardModalProps) {
122120
const primaryButtonName = saveText || (isEditMode ? t('Save') : t('Add'));
123121

@@ -132,7 +130,6 @@ export function StandardModal({
132130
show={show}
133131
width={`${width}px`}
134132
wrapProps={wrapProps}
135-
resizable={resizable}
136133
centered={centered}
137134
title={
138135
icon ? (

0 commit comments

Comments
 (0)