Skip to content

Commit 93a5421

Browse files
author
committed
chore: update warning
1 parent 4f77f87 commit 93a5421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/warningPropsUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function warningProps(props: BaseCascaderProps) {
1919
);
2020
warning(
2121
dropdownMenuColumnStyle === undefined,
22-
'`dropdownMenuColumnStyle` is deprecated. Please use `styles.dropdownMenuColumn` instead.',
22+
'`dropdownMenuColumnStyle` is deprecated. Please use `styles.popupMenuColumn` instead.',
2323
);
2424
}
2525

0 commit comments

Comments
 (0)