Skip to content

Commit

Permalink
refactor(transfer): simplify conditional statements and update placeh…
Browse files Browse the repository at this point in the history
…older name
  • Loading branch information
baicie committed Jan 22, 2025
1 parent c96427d commit ffae672
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## NEXT_VERSION

### Fixes

- 修复 `n-transfer``target-filter-placeholder` 属性不生效

## 2.41.0

`2025-01-05`
Expand Down
2 changes: 1 addition & 1 deletion src/transfer/src/Transfer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export default defineComponent({
onUpdateValue={this.handleTgtFilterUpdateValue}
value={this.tgtPattern}
disabled={this.mergedDisabled}
placeholder={this.sourceFilterPlaceholder}
placeholder={this.targetFilterPlaceholder}
/>
) : null}
<div class={`${mergedClsPrefix}-transfer-list-flex-container`}>
Expand Down

0 comments on commit ffae672

Please sign in to comment.