1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00

Make consistent cloneID

This commit is contained in:
McMatts 2018-04-17 16:10:13 +01:00
parent 46f5f25acc
commit 591579251e
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ export default Component.extend(NotifierMixin, AuthMixin, {
let payload = {
name: spaceName,
CloneID: clonedId,
cloneId: clonedId,
copyTemplate: this.get('copyTemplate'),
copyPermission: this.get('copyPermission'),
copyDocument: this.get('copyDocument'),