We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dd27a4 + 65485d1 commit 471eb33Copy full SHA for 471eb33
1 file changed
src/models/data_export.rs
@@ -50,6 +50,7 @@ impl<E: Env + 'static> UpdateWithCtx<E> for DataExport {
50
}
51
52
53
+ Msg::Action(Action::Unload) => eq_update(&mut self.export_url, None),
54
Msg::Internal(Internal::DataExportResult(auth_key, result)) => match self.export_url {
55
Some((ref loading_auth_key, Loadable::Loading)) if loading_auth_key == auth_key => {
56
match result {
0 commit comments