remove duplicate commands in dropdowns

This commit is contained in:
Cody Seibert
2025-12-16 02:27:19 -05:00
parent 8c5759d74e
commit b95c54a539
2 changed files with 6 additions and 35 deletions

View File

@@ -50,6 +50,7 @@ export function createPushHandler() {
result: {
branch: branchName,
pushed: true,
message: `Successfully pushed ${branchName} to origin`,
},
});
} catch (error) {