1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Remove old param

This commit is contained in:
Andrew Kingston 2020-10-15 12:22:34 +01:00
parent f058fd9f7c
commit 0c78b4cd43

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"