fix(api_models): Fix wasm build problems caused by actix-multipart (#6747)

This commit is contained in:
Mani Chandra
2024-12-05 14:39:34 +05:30
committed by GitHub
parent 03b936a117
commit 437a8de8eb
4 changed files with 18 additions and 6 deletions

View File

@ -8,6 +8,7 @@ use crate::user_role::UserStatus;
pub mod dashboard_metadata;
#[cfg(feature = "dummy_connector")]
pub mod sample_data;
#[cfg(feature = "control_center_theme")]
pub mod theme;
#[derive(serde::Deserialize, Debug, Clone, serde::Serialize)]