Skip to content

Commit

Permalink
Merge pull request #60 from ConductionNL/hotfix-editObject
Browse files Browse the repository at this point in the history
Fixed editObject
  • Loading branch information
remko48 authored Nov 8, 2024
2 parents 6c60b87 + 8ece740 commit cbdea17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modals/object/EditObject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export default {
objectStore.saveObject({
...this.objectItem,
object: JSON.parse(this.objectItem.object),
schema: this.schemas?.value?.id || '',
register: this.registers?.value?.id || '',
}).then(({ response }) => {
Expand Down

0 comments on commit cbdea17

Please sign in to comment.