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.
1 parent 564f6dc commit 3d17292Copy full SHA for 3d17292
src/commands/posts-list/rename-post.ts
@@ -45,6 +45,7 @@ export const renamePost = async (post: Post) => {
45
validateInput: v => {
46
return v ? undefined : '请输入一个标题';
47
},
48
+ value: post.title,
49
});
50
51
if (!input) {
0 commit comments