mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-07 03:58:18 +00:00
In this PR, we added functionality to hide the admin header for edit/new actions - https://github.com/discourse/discourse/pull/30175 To make it work properly, we have to rename `show` to `edit` which is also a more accurate name.
4 lines
89 B
Handlebars
4 lines
89 B
Handlebars
<AiPersonaListEditor
|
|
@personas={{this.allPersonas}}
|
|
@currentPersona={{this.model}}
|
|
/> |