Skip to content

Commit

Permalink
[ACS-4106] Removed default text for file upload placeholder (#3065)
Browse files Browse the repository at this point in the history
Co-authored-by: Aayush Rohila <[email protected]>
  • Loading branch information
rbahirsheth and arohilaGL authored Mar 16, 2023
1 parent 25f9a03 commit 13548b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions projects/aca-folder-rules/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"NAME": "Enter rule name",
"DESCRIPTION": "Enter rule description",
"NO_DESCRIPTION": "No description",
"VALUE": "Value",
"CHOOSE_FOLDER": "Choose destination folder"
"VALUE": "Value"
},
"ERROR": {
"REQUIRED": "This field is required",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 13548b7

Please sign in to comment.