mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: allow new_icon to be empty string
This commit is contained in:
parent
a2ae0e65cd
commit
e7013dd0f1
@ -135,6 +135,5 @@ pub struct ChangeWorkspaceIconPB {
|
||||
pub workspace_id: String,
|
||||
|
||||
#[pb(index = 2)]
|
||||
#[validate(custom = "required_not_empty_str")]
|
||||
pub new_icon: String,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user