fix: duplicate words in dialog options (#5944)
This commit is contained in:
parent
8e01f6cc13
commit
753abbe164
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ export function DialogMessage(props: {
|
||||||
{
|
{
|
||||||
title: "Copy",
|
title: "Copy",
|
||||||
value: "message.copy",
|
value: "message.copy",
|
||||||
description: "copy message text to clipboard",
|
description: "message text to clipboard",
|
||||||
onSelect: async (dialog) => {
|
onSelect: async (dialog) => {
|
||||||
const msg = message()
|
const msg = message()
|
||||||
if (!msg) return
|
if (!msg) return
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ export function DialogSubagent(props: { sessionID: string }) {
|
||||||
{
|
{
|
||||||
title: "Open",
|
title: "Open",
|
||||||
value: "subagent.view",
|
value: "subagent.view",
|
||||||
description: "open the subagent's session",
|
description: "the subagent's session",
|
||||||
onSelect: (dialog) => {
|
onSelect: (dialog) => {
|
||||||
route.navigate({
|
route.navigate({
|
||||||
type: "session",
|
type: "session",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue