- creating admin fix

- fixed hamburger menu in public folder
- red cancel sharing button

(cherry picked from commit 4b8bd3be52)
This commit is contained in:
Čarodej
2022-04-27 17:28:03 +02:00
parent 68d1e2e60b
commit 35f6144569
2 changed files with 2 additions and 3 deletions
@@ -248,7 +248,7 @@ export default {
return this.isConfirmedDestroy ? this.$t('popup_share_edit.confirm') : this.$t('popup_share_edit.stop')
},
destroyButtonStyle() {
return this.isConfirmedDestroy ? 'danger-solid' : 'secondary'
return this.isConfirmedDestroy ? 'danger-solid' : 'danger'
},
},
watch: {