2
0
yusuketk 5 жил өмнө
parent
commit
c651b03c73

+ 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 = '',
   ) {