Skip to content

Commit 3d3d04d

Browse files
committed
typo
1 parent 36a9241 commit 3d3d04d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/main/src/components/AnalyticalTable/Recipes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For other elements or components, we recommend either disabling event propagatio
6363
- UI5-DATERANGE-PICKER
6464
- UI5-DATETIME-PICKER
6565
- UI5-DURATION-PICKER
66-
- UI5-DYNAMIC-DATE-Range
66+
- UI5-DYNAMIC-DATE-RANGE
6767
- UI5-FILE-UPLOADER
6868
- UI5-ICON
6969
- UI5-INPUT

packages/main/src/components/AnalyticalTable/util/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const tagNamesWhichShouldNotSelectARow = new Set([
7272
'UI5-DATERANGE-PICKER',
7373
'UI5-DATETIME-PICKER',
7474
'UI5-DURATION-PICKER',
75-
'UI5-DYNAMIC-DATE-Range',
75+
'UI5-DYNAMIC-DATE-RANGE',
7676
'UI5-FILE-UPLOADER',
7777
'UI5-ICON',
7878
'UI5-INPUT',

0 commit comments

Comments
 (0)