Update FE case to match BE graphql case (camelCase) (#154)
This commit is contained in:
@ -64,7 +64,7 @@ function People() {
|
||||
phone: '',
|
||||
company: null,
|
||||
pipes: [],
|
||||
creationDate: new Date(),
|
||||
createdAt: new Date(),
|
||||
city: '',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user