🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix bug
  • Loading branch information
chillenberger committed Apr 4, 2024
commit dc79cc35f25988e26bc2689843cabdf138834ece
2 changes: 1 addition & 1 deletion pgml-dashboard/src/components/inputs/radio/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use sailfish::TemplateOnce;
use crate::components::stimulus::stimulus_action::{StimulusAction, StimulusActions};
use crate::utils::random_string;

#[derive(Clone, Debug)]
#[derive(Clone)]
pub struct RadioOption {
pub label: Component,
pub value: String,
Expand Down
5 changes: 2 additions & 3 deletions pgml-dashboard/src/components/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ pub use dropdown::Dropdown;
pub mod github_icon;
pub use github_icon::GithubIcon;

// src/components/icons
pub mod icons;

// src/components/headings
pub mod headings;

// src/components/icons
pub mod icons;

// src/components/inputs
pub mod inputs;
Expand Down
1 change: 0 additions & 1 deletion pgml-dashboard/src/components/slider/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use crate::components::cards::marketing::Slider as SliderCard;
use pgml_components::component;
use sailfish::TemplateOnce;
use pgml_components::Component;
Expand Down