service search changed

This commit is contained in:
filipriec
2025-06-13 16:53:39 +02:00
parent 6abea062ba
commit 634a01f618
2 changed files with 15 additions and 19 deletions

View File

@@ -55,6 +55,7 @@ pub async fn run_ui() -> Result<()> {
register_result_sender.clone(),
save_table_result_sender.clone(),
save_logic_result_sender.clone(),
grpc_client.clone(),
)
.await
.context("Failed to create event handler")?;
@@ -156,7 +157,6 @@ pub async fn run_ui() -> Result<()> {
event,
&config,
&mut terminal,
&mut grpc_client,
&mut command_handler,
&mut form_state,
&mut auth_state,