Skip to content
Snippets Groups Projects
Commit 0ffe4fba authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Add Edit button to tables

parent f4801e41
No related branches found
No related tags found
No related merge requests found
......@@ -436,6 +436,13 @@ function buildParameterColumn({
return newColumn({
columns,
header,
sourceUrl:
editorUrl === undefined
? undefined
: new URL(
`${languageCode === defaultLanguageCode ? "" : `${languageCode}/`}${parameter.name}/edit`,
editorUrl,
).toString(),
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment