yusuketk 5 years ago
parent
commit
c651b03c73
1 changed files with 1 additions and 1 deletions
  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 {
 export default class Linker {
 
 
   constructor(
   constructor(
-      type = this.types.markdownLink,
+      type = Linker.types.markdownLink,
       label = '',
       label = '',
       link = '',
       link = '',
   ) {
   ) {