1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00

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 185f4ec468
commit af74e6a592

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,