Explorar o código

fix: editor-codeblock crash on insert

NGPixel %!s(int64=8) %!d(string=hai) anos
pai
achega
fa098f8ece
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/js/components/editor-codeblock.vue

+ 1 - 1
client/js/components/editor-codeblock.vue

@@ -110,7 +110,7 @@
         this.$store.dispatch('alert', {
           style: 'blue',
           icon: 'inbox',
-          msg: self.$t('editor.codeblocksuccess')
+          msg: this.$t('editor.codeblocksuccess')
         })
         this.cancel()
       }