diff --git a/app/client/src/components/editorComponents/ActionRightPane/index.tsx b/app/client/src/components/editorComponents/ActionRightPane/index.tsx index 6e72351fb3..868fd1e297 100644 --- a/app/client/src/components/editorComponents/ActionRightPane/index.tsx +++ b/app/client/src/components/editorComponents/ActionRightPane/index.tsx @@ -263,13 +263,6 @@ function ActionSidebar({ entityDependencies={entityDependencies} /> )} - {showSuggestedWidgets && ( - - )} {hasResponse && Object.keys(widgets).length > 1 && ( {/*Go to canvas and select widgets*/} @@ -287,6 +280,13 @@ function ActionSidebar({ )} + {showSuggestedWidgets && ( + + )} ); }