Skip to content

Commit

Permalink
Updated ConfigWarning enum
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Jul 2, 2024
1 parent ee80d42 commit 9f0b9ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/messages/alert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ use std::time::Duration;
use leptos::*;

use crate::{
components::{
form,
icon::{IconCheckCircle, IconExclamationCircle, IconExclamationTriangle, IconXMark},
components::icon::{
IconCheckCircle, IconExclamationCircle, IconExclamationTriangle, IconXMark,
},
core::http::{self, ManagementApiError},
pages::config::{ConfigError, ConfigWarning, ReloadSettings},
Expand Down

0 comments on commit 9f0b9ff

Please sign in to comment.