compiled, needs other fixes

This commit is contained in:
filipriec
2025-06-02 12:08:16 +02:00
parent 3488ab4f6b
commit 59ed52814e
5 changed files with 65 additions and 61 deletions

View File

@@ -29,8 +29,6 @@ pub async fn execute_common_action<S: CanvasState + Any>(
let outcome = save(
form_state,
grpc_client,
current_position,
total_count,
)
.await?;
let message = format!("Save successful: {:?}", outcome); // Simple message for now
@@ -40,8 +38,6 @@ pub async fn execute_common_action<S: CanvasState + Any>(
revert(
form_state,
grpc_client,
current_position,
total_count,
)
.await
}