Merge pull request #392 from OpenSignLabs/staging

fix: default value is not update for textbox widget in create document from template
This commit is contained in:
prafull-opensignlabs
2025-03-19 10:30:07 +00:00
parent 22d27abb76
commit 760a388b13
40 changed files with 1601 additions and 1609 deletions
@@ -4,7 +4,7 @@ export default async function Newsletter(request) {
const email = request.params.email;
const domain = request.params.domain;
try {
const envAppId = process.env.REACT_APP_APPID || 'legadranaxn';
const envAppId = process.env.REACT_APP_APPID || 'opensign';
const headers = { 'Content-Type': 'application/json', 'X-Parse-Application-Id': envAppId };
const envProdServer = process.env.REACT_APP_SERVERURL || 'https://app.opensignlabs.com/api/app';
const newsletter = await axios.post(