Skip to content

Commit

Permalink
iam:fix bug (icon in set cate modify empty failed)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzIsGod1019 committed Aug 22, 2024
1 parent 9908992 commit 711e249
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/supports/iam/src/basic/dto/iam_set_dto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pub struct IamSetCateModifyReq {
pub scope_level: Option<RbumScopeLevelKind>,
#[oai(validator(min_length = "2", max_length = "255"))]
pub bus_code: Option<TrimString>,
#[oai(validator(min_length = "2", max_length = "1000"))]
pub icon: Option<String>,
pub sort: Option<i64>,
#[oai(validator(min_length = "2", max_length = "1000"))]
Expand Down

0 comments on commit 711e249

Please sign in to comment.