Skip to content

Commit ab2ca90

Browse files
committed
wip
1 parent a07ca29 commit ab2ca90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TablePro/Views/Main/Extensions/MainContentCoordinator+Navigation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ extension MainContentCoordinator {
431431
func switchSchema(to schema: String) async {
432432
guard PluginManager.shared.supportsSchemaSwitching(for: connection.type) else {
433433
navigationLogger.warning(
434-
"switchSchema(to: \(schema, privacy: .public)) ignored: \(connection.type.rawValue, privacy: .public) does not support schema switching"
434+
"switchSchema(to: \(schema, privacy: .public)) ignored: \(self.connection.type.rawValue, privacy: .public) does not support schema switching"
435435
)
436436
AlertHelper.showErrorSheet(
437437
title: String(localized: "Schema Switching Not Supported"),

0 commit comments

Comments
 (0)