diff --git a/crates/ui2/src/components/notification.rs b/crates/ui2/src/components/notification.rs index a934262d19..31e7af410f 100644 --- a/crates/ui2/src/components/notification.rs +++ b/crates/ui2/src/components/notification.rs @@ -10,6 +10,7 @@ use crate::{ /// that requires them to take action. /// /// To simply convey information, use a Status. +#[derive(Element)] pub struct NotificationToast { state_type: PhantomData, left_icon: Option, diff --git a/crates/ui2/src/components/notification_project_share.rs b/crates/ui2/src/components/notification_project_share.rs deleted file mode 100644 index e69de29bb2..0000000000