diff --git a/appmgr/src/notifications.rs b/appmgr/src/notifications.rs index d83f4a59b..42a8d68b5 100644 --- a/appmgr/src/notifications.rs +++ b/appmgr/src/notifications.rs @@ -147,6 +147,7 @@ pub async fn create( } #[derive(Clone, PartialEq, Eq, Hash, serde::Serialize, serde::Deserialize)] +#[serde(rename_all = "kebab-case")] pub enum NotificationLevel { Success, Info,