Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 5, 2024
1 parent 3b54f41 commit 26088cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/modals/publicationData/AddPublicationDataModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@ export default {
})
},
prettifyJson() {
console.log('value', this.value)
console.log('parsed', JSON.parse(this.value))
console.log('stringify', JSON.stringify(JSON.parse(this.value), null, 2))
this.value = JSON.stringify(JSON.parse(this.value), null, 2)
},
fetchPublicationType(publicationTypeUrl, loading) {
Expand Down
2 changes: 1 addition & 1 deletion src/views/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@click="openLink('/index.php/settings/apps/organization/openregister', '_blank')">
<template #icon>
<NcLoadingIcon v-if="loading || saving" :size="20" />
<Restart v-if="!loading && !savinpage.availableSchemasg" :size="20" />
<Restart v-if="!loading && !saving" :size="20" />
</template>
Installeer Open Registers
</NcButton>
Expand Down

0 comments on commit 26088cf

Please sign in to comment.