Procházet zdrojové kódy

fix: editor-codeblock crash on insert

NGPixel před 8 roky
rodič
revize
fa098f8ece
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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()
       }