refactor: comment out unused "Fix grammar" option in AI selector commands
This commit is contained in:
parent
906df61d81
commit
0e10362639
|
|
@ -14,11 +14,11 @@ const options = [
|
||||||
label: "Improve writing",
|
label: "Improve writing",
|
||||||
icon: RefreshCcwDot,
|
icon: RefreshCcwDot,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
value: "fix",
|
// value: "fix",
|
||||||
label: "Fix grammar",
|
// label: "Fix grammar",
|
||||||
icon: CheckCheck,
|
// icon: CheckCheck,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
value: "shorter",
|
value: "shorter",
|
||||||
label: "Make shorter",
|
label: "Make shorter",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue