@zenginehq/frontend-config
Advanced tools
Comparing version 3.8.2 to 3.8.3
{ | ||
"name": "@zenginehq/frontend-config", | ||
"version": "3.8.2", | ||
"version": "3.8.3", | ||
"description": "Helper module for implementing Zengine plugin configuration forms.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -803,3 +803,3 @@ plugin.controller('wgnConfigCtrl', ['$scope', '$q', '$routeParams', 'znData', 'znModal', 'znMessage', 'wgnConfigSrv', | ||
if (filter.value.replaceField) { | ||
if (filter.value && filter.value.replaceField) { | ||
// Update value prop to actual input value (as a field Id) | ||
@@ -809,3 +809,3 @@ newFilter.value = 'field' + config[filter.value.replaceField]; | ||
if (filter.value.replaceValue) { | ||
if (filter.value && filter.value.replaceValue) { | ||
// Update value prop to actual input value | ||
@@ -812,0 +812,0 @@ newFilter.value = config[filter.value.replaceValue]; |
Sorry, the diff of this file is too big to display
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
282509