diff --git a/frontend/src/components/SqlConsole.tsx b/frontend/src/components/SqlConsole.tsx index 621f628..3bfe991 100644 --- a/frontend/src/components/SqlConsole.tsx +++ b/frontend/src/components/SqlConsole.tsx @@ -84,7 +84,14 @@ const SqlConsole: React.FC = ({ initialQuery, setNotification } bgcolor: darkMode ? '#111827' : '#ffffff', }}> - SQL CONSOLE + + SQL CONSOLE + {rowCount > 0 && ( + + {rowCount} rows + + )} +