Recategorize a few items in the component preview (#35681)
Release Notes: - N/A
This commit is contained in:
parent
bc2108cbba
commit
cc93175256
11 changed files with 44 additions and 12 deletions
|
@ -1267,8 +1267,16 @@ impl Render for ConfigurationView {
|
|||
}
|
||||
|
||||
impl Component for ZedAiConfiguration {
|
||||
fn name() -> &'static str {
|
||||
"AI Configuration Content"
|
||||
}
|
||||
|
||||
fn sort_name() -> &'static str {
|
||||
"AI Configuration Content"
|
||||
}
|
||||
|
||||
fn scope() -> ComponentScope {
|
||||
ComponentScope::Agent
|
||||
ComponentScope::Onboarding
|
||||
}
|
||||
|
||||
fn preview(_window: &mut Window, _cx: &mut App) -> Option<AnyElement> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue