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),
|
title: skill.name.padEnd(maxWidth),
|
||||||
description: skill.description?.replace(/\s+/g, " ").trim(),
|
description: skill.description?.replace(/\s+/g, " ").trim(),
|
||||||
value: skill.id,
|
value: skill.id,
|
||||||
category: "Skills",
|
|
||||||
onSelect: () => {
|
onSelect: () => {
|
||||||
props.onSelect(skill.id)
|
props.onSelect(skill.id)
|
||||||
dialog.clear()
|
dialog.clear()
|
||||||
|
|
@ -57,7 +56,6 @@ export function DialogSkill(props: DialogSkillProps) {
|
||||||
return (
|
return (
|
||||||
<DialogSelect
|
<DialogSelect
|
||||||
title="Skills"
|
title="Skills"
|
||||||
placeholder="Search skills..."
|
|
||||||
options={options()}
|
options={options()}
|
||||||
renderFilter={!showError()}
|
renderFilter={!showError()}
|
||||||
locked={showError()}
|
locked={showError()}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue