@saltcorn/markup
Advanced tools
Comparing version 0.9.5-beta.21 to 0.9.5-beta.22
@@ -686,3 +686,3 @@ "use strict"; | ||
if (action_name === "Reset") { | ||
return mkBtn(`onClick="${spinnerStr}${confirmStr}$(this).closest('form').trigger('reset')" type="button"`); | ||
return mkBtn(`onClick="${spinnerStr}${confirmStr}reset_nearest_form(this)" type="button"`); | ||
} | ||
@@ -689,0 +689,0 @@ if (action_name === "Cancel") { |
{ | ||
"name": "@saltcorn/markup", | ||
"version": "0.9.5-beta.21", | ||
"version": "0.9.5-beta.22", | ||
"description": "Markup for Saltcorn, open-source no-code platform", | ||
@@ -38,3 +38,3 @@ "homepage": "https://saltcorn.com", | ||
"devDependencies": { | ||
"@saltcorn/types": "0.9.5-beta.21", | ||
"@saltcorn/types": "0.9.5-beta.22", | ||
"@types/escape-html": "^1.0.1", | ||
@@ -41,0 +41,0 @@ "@types/jest": "^29.5.11", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
257437