Skip to content

Commit

Permalink
Merge pull request #142 from lcnetdev/instance-deletion
Browse files Browse the repository at this point in the history
Instance deletion buttons
  • Loading branch information
f-osorio authored Nov 25, 2024
2 parents 73d9135 + 81ebdeb commit 1afcc06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/panels/edit/EditPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@
//only able to delete the instances they create
showDeleteInstanceButton: function(profileName){
return this.activeProfile.rt[profileName].deletable
//return this.activeProfile.rt[profileName].deletable // this property is removed when the record is saved
return true
},
showDeleteInstanceModal: function(profileName){
Expand Down
2 changes: 1 addition & 1 deletion src/stores/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const useConfigStore = defineStore('config', {

versionMajor: 0,
versionMinor: 16,
versionPatch: 20,
versionPatch: 21,

regionUrls: {

Expand Down

0 comments on commit 1afcc06

Please sign in to comment.