Direnv warn (#18850)

Follow-up fixes to #18567

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-10-08 11:54:28 +02:00 committed by GitHub
parent fa85238c69
commit be531653a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -195,7 +195,8 @@ impl ActivityIndicator {
on_click: Some(Arc::new(move |this, cx| {
this.project.update(cx, |project, cx| {
project.remove_environment_error(cx, worktree_id);
})
});
cx.dispatch_action(Box::new(workspace::OpenLog));
})),
});
}