agent: Fix "new text thread" action name (#28555)
Moving from "NewPromptEditor" to "NewTextThread". We recently re-named that and this was missing. Release Notes: - N/A
This commit is contained in:
parent
5ebac7e30c
commit
c124838a73
4 changed files with 8 additions and 8 deletions
|
@ -46,7 +46,7 @@ pub use agent_diff::{AgentDiff, AgentDiffToolbar};
|
|||
actions!(
|
||||
agent,
|
||||
[
|
||||
NewPromptEditor,
|
||||
NewTextThread,
|
||||
ToggleContextPicker,
|
||||
ToggleProfileSelector,
|
||||
RemoveAllContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue