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