Make companies employees type a number (#130)
Make companies employees type a number to be consistent with api
This commit is contained in:
@ -65,7 +65,7 @@ function Companies() {
|
||||
id: uuidv4(),
|
||||
name: '',
|
||||
domainName: '',
|
||||
employees: '0',
|
||||
employees: null,
|
||||
address: '',
|
||||
pipes: [],
|
||||
creationDate: new Date(),
|
||||
|
||||
Reference in New Issue
Block a user