mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-27 05:33:36 +00:00
fix(tui): align skills dialog copy (#36592)
This commit is contained in:
parent
397993e898
commit
a4b91d33d9
1 changed files with 0 additions and 2 deletions
|
|
@ -46,7 +46,6 @@ export function DialogSkill(props: DialogSkillProps) {
|
|||
title: skill.name.padEnd(maxWidth),
|
||||
description: skill.description?.replace(/\s+/g, " ").trim(),
|
||||
value: skill.id,
|
||||
category: "Skills",
|
||||
onSelect: () => {
|
||||
props.onSelect(skill.id)
|
||||
dialog.clear()
|
||||
|
|
@ -57,7 +56,6 @@ export function DialogSkill(props: DialogSkillProps) {
|
|||
return (
|
||||
<DialogSelect
|
||||
title="Skills"
|
||||
placeholder="Search skills..."
|
||||
options={options()}
|
||||
renderFilter={!showError()}
|
||||
locked={showError()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue