fixing, nothing works lmao
This commit is contained in:
@@ -57,8 +57,7 @@ pub async fn run_ui() -> Result<()> {
|
||||
let mut form_state = FormState::new(column_names);
|
||||
|
||||
// Fetch the total count of Adresar entries
|
||||
UiService::initialize_adresar_count(&mut grpc_client, &mut app_state).await
|
||||
.await?;
|
||||
UiService::initialize_adresar_count(&mut grpc_client, &mut app_state).await?;
|
||||
form_state.reset_to_empty();
|
||||
|
||||
// --- FPS Calculation State ---
|
||||
|
||||
Reference in New Issue
Block a user