Removed connect office on PUT documentType
This commit is contained in:
parent
fa1f6feb0d
commit
ffa9f63c05
@ -56,11 +56,6 @@ export default class DocumentTypesRepository extends BaseRepository {
|
|||||||
public_description: documentType.public_description,
|
public_description: documentType.public_description,
|
||||||
private_description: documentType.private_description,
|
private_description: documentType.private_description,
|
||||||
archived_at: documentType.archived_at,
|
archived_at: documentType.archived_at,
|
||||||
office: {
|
|
||||||
connect: {
|
|
||||||
uid: documentType.office!.uid,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user