Skip to content

Commit

Permalink
Frontend: ExtensionCreationModal: Remove lost computed
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickelectric committed Jul 23, 2024
1 parent fa68893 commit 3fa21db
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ export default Vue.extend({
form(): VForm {
return this.$refs.form as VForm
},
formatted_permissions() {
return JSON.stringify(JSON.parse(this.new_extension?.permissions ?? '{}'), null, 2)
},
is_editing() {
return this.extension?.editing ?? false
},
Expand Down

0 comments on commit 3fa21db

Please sign in to comment.