From caa0eb6e2927c7a6b34e645904a3a5cdd333056d Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Fri, 13 Oct 2023 10:47:39 -0400 Subject: [PATCH] Add missing derive Element Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com> --- crates/ui2/src/components/notification.rs | 1 + crates/ui2/src/components/notification_project_share.rs | 0 2 files changed, 1 insertion(+) delete mode 100644 crates/ui2/src/components/notification_project_share.rs diff --git a/crates/ui2/src/components/notification.rs b/crates/ui2/src/components/notification.rs index a934262d19b6ec017bcc69bc7cd15ff7399b17f2..31e7af410f532164f7ae7200923b43301333de45 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000