1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Fix for default create row label in table block. Ensure its always visible

This commit is contained in:
Dean 2023-09-05 13:32:54 +01:00
parent b923d24d56
commit 61cbd45806

View file

@ -275,7 +275,7 @@
dataSource,
showSaveButton: true,
showDeleteButton: false,
saveButtonLabel: sidePanelSaveLabel,
saveButtonLabel: sidePanelSaveLabel || "Save", //always show
actionType: "Create",
fields: sidePanelFields || normalFields,
title: "Create Row",