modified: frontend/src/pages/DatabaseSchema.tsx
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user