fix
This commit is contained in:
@@ -5,7 +5,8 @@ use super::models::{Employee, Message, Task};
|
||||
static EMPLOYEE_FIELDS: &[Field] = &[
|
||||
Field::new("id").read_only(),
|
||||
Field::new("name"),
|
||||
Field::new("avatar"),
|
||||
Field::new("short_name"),
|
||||
Field::new("avatar_small").required(false).nullable(),
|
||||
];
|
||||
|
||||
static TASK_FIELDS: &[Field] = &[
|
||||
|
||||
Reference in New Issue
Block a user