Skip to content

Commit 5cf47ee

Browse files
committed
removed extra value copy check in validity expression to fix update value on change
Signed-off-by: Mohd. Shariq <[email protected]>
1 parent e0e36f8 commit 5cf47ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/services/configuration-control.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ export class ConfigurationControlService {
366366
Object.keys(pluginConfiguration).forEach(key => {
367367
const el = pluginConfiguration[key];
368368
el.key = key;
369-
el.value = el.value ? el.value : el.default;
370369
// generate validation expression on page load based on configuration property values
371370
config.validityExpression = this.generateValidationExpression(el, config.validityExpression);
372371
});

0 commit comments

Comments
 (0)