mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-28 02:04:41 +00:00
sync
This commit is contained in:
parent
2fbdbe1dd1
commit
9d6db6d4a6
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export function DialogAgent() {
|
|||
return {
|
||||
value: item.name,
|
||||
title: item.name,
|
||||
description: item.internal ? "native" : item.description,
|
||||
description: item.native ? "native" : item.description,
|
||||
}
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue