diff --git a/frontend/src/app/components/connections-list/own-connections/own-connections.component.html b/frontend/src/app/components/connections-list/own-connections/own-connections.component.html index 0fd862fcf..dcf1407ba 100644 --- a/frontend/src/app/components/connections-list/own-connections/own-connections.component.html +++ b/frontend/src/app/components/connections-list/own-connections/own-connections.component.html @@ -31,7 +31,7 @@

{{ $any(connectionItem).displayTitle {{ supportedDatabasesTitles[connectionItem.connection.type] }} - @if (connectionItem.accessLevel === 'edit') { + @if (connectionItem.accessLevel === 'edit' && supportsSchemaEditing(connectionItem.connection.type)) { {{ title }}

@if (sidebarOpen()) { -