Change action name

This commit is contained in:
Alvaro Parker 2025-08-18 09:59:18 -04:00
parent 50f721ebd4
commit ec4c2f5fd0
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ pub fn register(workspace: &mut Workspace) {
pub fn open(
workspace: &mut Workspace,
_: &zed_actions::git::StashEntries,
_: &zed_actions::git::ViewStash,
window: &mut Window,
cx: &mut Context<Workspace>,
) {