Skip to content

Commit

Permalink
fix: hint error
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Dec 25, 2016
1 parent a8a5f84 commit b4b06d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cms/editor/handlebars/printInput.js
Expand Up @@ -175,7 +175,7 @@ export function createInputTextarea(attributes, inputClass, params) {
</div>`
}

export function createInputLink(attributes, inputClass) {
export function createInputLink(attributes, inputClass, params) {
return `<div class="parent-${params.type} parent-${params.key}" data-parent="${params.key}">
<div class="input-group">
<div class="input-group-addon link">
Expand Down

0 comments on commit b4b06d1

Please sign in to comment.