[ACS-4106] Removed default text for file upload placeholder (#3065)

Co-authored-by: Aayush Rohila <aayush.rohila@contractors.onbase.com>
This commit is contained in:
Raviraj Bahirsheth
2023-03-16 15:23:10 +05:30
committed by GitHub
parent 25f9a03110
commit 13548b730d
2 changed files with 2 additions and 3 deletions

View File

@@ -194,7 +194,7 @@ export class RuleActionUiComponent implements ControlValueAccessor, OnInit, OnDe
return new CardViewTextItemModel({
...cardViewPropertiesModel,
icon: 'folder',
default: this.translate.instant('ACA_FOLDER_RULES.RULE_DETAILS.PLACEHOLDER.CHOOSE_FOLDER'),
default: '',
clickable: true,
clickCallBack: this.openSelectorDialog.bind(this, paramDef.name),
value: this.parameters[paramDef.name]