modified: frontend/src/pages/DatabaseSchema.tsx

This commit is contained in:
2026-01-28 00:55:05 +03:00
parent 47e998fc52
commit 4e1044a808

View File

@@ -581,6 +581,7 @@ export default function DatabaseSchema() {
</div>
)}
{/* Refresh button hidden but mutation available for future use
{selectedDbId && (
<button
onClick={() => refreshMutation.mutate()}
@@ -595,6 +596,7 @@ export default function DatabaseSchema() {
Обновить схему
</button>
)}
*/}
{schema && (
<div className="text-sm text-gray-500 ml-auto">