1
0
Fork 0
mirror of synced 2024-07-11 17:26:01 +12:00

Remove old param

This commit is contained in:
Andrew Kingston 2020-10-15 12:22:34 +01:00
parent edc11bf7bb
commit 726e07cb3a

View file

@ -104,7 +104,7 @@ function optionsRenderer({ inclusion }, editable) {
}
}
/* eslint-disable no-unused-vars */
function linkedRowRenderer(constraints, editable, schema) {
function linkedRowRenderer(constraints, editable) {
return params => {
let container = document.createElement("div")
container.style.display = "grid"