diff --git a/app/client/src/sagas/autoHeightSagas/helpers.ts b/app/client/src/sagas/autoHeightSagas/helpers.ts index 49bbba85c4..4e907fd6e1 100644 --- a/app/client/src/sagas/autoHeightSagas/helpers.ts +++ b/app/client/src/sagas/autoHeightSagas/helpers.ts @@ -204,10 +204,6 @@ export function* getMinHeightBasedOnChildren( } } - if (widgetId === MAIN_CONTAINER_WIDGET_ID) { - return minHeightInRows + GridDefaults.MAIN_CANVAS_EXTENSION_OFFSET; - } - return minHeightInRows; } /**