diff --git a/client/src/services/ui_service.rs b/client/src/services/ui_service.rs index 3ed4a9d..b0a1986 100644 --- a/client/src/services/ui_service.rs +++ b/client/src/services/ui_service.rs @@ -101,7 +101,7 @@ impl UiService { // TODO for general tables and not hardcoded let default_profile_name = "default".to_string(); - let default_table_name = "2025_customer".to_string(); + let default_table_name = "2025_test_schema3".to_string(); // Fetch table structure for the default table let table_structure = grpc_client