Skip to content

Commit

Permalink
remove misleading button from webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
o-tho committed Dec 3, 2024
1 parent 50f85ad commit 6a48162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webapp/generate_report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ impl GenerateReport {
log::info!("Zhu Li! Do the thing!");
self.preview_texture = None;
self.preview_image = Rc::new(RefCell::new(None));
self.zipped_results = Rc::new(RefCell::new(None));
let mut cloned_self = self.clone();
spawn_local(async move {
cloned_self.generate_reports().await;
Expand Down

0 comments on commit 6a48162

Please sign in to comment.