Skip to content

Commit 35bbb7e

Browse files
committed
fix(configprovider): fix check-type error
1 parent ec58445 commit 35bbb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/mulSelectDropdown/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class MulSelectDropdown extends React.Component<
148148
data-testid="select_cancel_btn"
149149
onClick={this.handleCancel}
150150
>
151-
{cancelText || locale.cancel}
151+
{cancelText || locale.cancelText}
152152
</Button>
153153
<Button
154154
type="primary"

0 commit comments

Comments
 (0)