Fix row detail autoscreen not having correct delete row definition

This commit is contained in:
Andrew Kingston 2021-02-05 11:55:53 +00:00
parent 6eec1632d9
commit 4f3aafd53c
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ function generateTitleContainer(table, title, formId) {
onClick: [
{
parameters: {
providerId: formId,
rowId: `{{ ${makePropSafe(formId)}._id }}`,
revId: `{{ ${makePropSafe(formId)}._rev }}`,
tableId: table._id,