Skip to content

Commit 4dd45b5

Browse files
fix(dashboard): make JSON metadata editor resizable
1 parent ee5e134 commit 4dd45b5

File tree

1 file changed

+1
-1
lines changed
  • superset-frontend/src/dashboard/components/PropertiesModal

1 file changed

+1
-1
lines changed

superset-frontend/src/dashboard/components/PropertiesModal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ const PropertiesModal = ({
626626
width={900}
627627
title={t('Dashboard properties')}
628628
isEditMode
629-
resizable
629+
resizable
630630
saveDisabled={dashboardInfo?.isManagedExternally || hasErrors}
631631
saveLoading={isApplying}
632632
contentLoading={isLoading}

0 commit comments

Comments
 (0)