Skip to content

Commit dbdb2a2

Browse files
committed
fix: sidebar loading spinner stuck when database has no tables
1 parent 51b45ca commit dbdb2a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TablePro/Views/Sidebar/SidebarView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ struct SidebarView: View {
159159
}
160160

161161
private var hasActiveConnection: Bool {
162-
viewModel.isLoading || DatabaseManager.shared.driver(for: connectionId) != nil
162+
viewModel.isLoading
163163
}
164164

165165
private var loadingState: some View {

0 commit comments

Comments
 (0)