Explorar el Código

fix: editor-codeblock crash on insert

NGPixel hace 8 años
padre
commit
fa098f8ece
Se han modificado 1 ficheros con 1 adiciones y 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()
       }