Skip to content

Commit e60385d

Browse files
committed
fix(webapp): placeholder shows the suggestion bare, no Tab hint
1 parent 002532b commit e60385d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/webapp/app/components/dashboard-agent/DashboardAgentComposer.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ export function DashboardAgentComposer({
125125
});
126126
}
127127
}}
128-
placeholder={
129-
placeholderSuggestion ? `${placeholderSuggestion} — Tab to use` : "Type a message…"
130-
}
128+
placeholder={placeholderSuggestion ?? "Type a message…"}
131129
aria-label="Message the dashboard agent"
132130
className={cn(
133131
"max-h-[40vh] flex-1 resize-none border-0 bg-transparent px-1.5 py-0.5 text-sm leading-6 text-text-bright placeholder-text-dimmed outline-hidden ring-0 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-surface-control field-sizing-content focus:outline-hidden focus:ring-0",

0 commit comments

Comments
 (0)