temp fix, before implementing C-x C-f

This commit is contained in:
filipriec
2025-05-28 15:53:33 +02:00
parent 45026cac6a
commit f77c16dec9

View File

@@ -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