@masterteam/properties 0.0.51 → 0.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2400,6 +2400,7 @@ class AttachmentConfiguration {
|
|
|
2400
2400
|
optionValue: 'key',
|
|
2401
2401
|
sourceHeader: this.transloco.translate('properties.form.availableTypes'),
|
|
2402
2402
|
targetHeader: this.transloco.translate('properties.form.selectedTypes'),
|
|
2403
|
+
showSourceControls: false,
|
|
2403
2404
|
cssClass: 'md:col-span-2',
|
|
2404
2405
|
validators: [ValidatorConfig.required()],
|
|
2405
2406
|
}),
|