refactor: comment out unused "Fix grammar" option in AI selector commands

This commit is contained in:
Jiang Feng 2025-04-27 14:20:54 +08:00
parent 906df61d81
commit 0e10362639

View File

@ -14,11 +14,11 @@ const options = [
label: "Improve writing",
icon: RefreshCcwDot,
},
{
value: "fix",
label: "Fix grammar",
icon: CheckCheck,
},
// {
// value: "fix",
// label: "Fix grammar",
// icon: CheckCheck,
// },
{
value: "shorter",
label: "Make shorter",