瀏覽代碼

Fixes back button from stash list choice

main
Eric Amodio 5 年之前
父節點
當前提交
5d28da5eef
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      src/commands/git/stash.ts

+ 1
- 2
src/commands/git/stash.ts 查看文件

@ -519,7 +519,7 @@ export class StashGitCommand extends QuickCommandBase {
// }
const gitCommandArgs: GitCommandsCommandArgs = {
command: 'search',
command: 'stash',
state: { ...state }
};
@ -552,7 +552,6 @@ export class StashGitCommand extends QuickCommandBase {
}`,
placeholder: 'Please provide a stash message',
value: state.message
// validate: (value: string | undefined): [boolean, string | undefined] => [value != null, undefined]
});
const value: StepSelection<typeof step> = yield step;

Loading…
取消
儲存