yusuketk 5 anni fa
parent
commit
c651b03c73
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/client/js/models/Linker.js

+ 1 - 1
src/client/js/models/Linker.js

@@ -1,7 +1,7 @@
 export default class Linker {
 
   constructor(
-      type = this.types.markdownLink,
+      type = Linker.types.markdownLink,
       label = '',
       link = '',
   ) {