We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209e937 commit 0afb1f7Copy full SHA for 0afb1f7
cosmoz-omnitable-header-row.js
@@ -64,7 +64,10 @@ const /* eslint-disable-next-line max-lines-per-function */
64
when(
65
!hideSelectAll,
66
() =>
67
- html` <cosmoz-omnitable-settings .config=${settingsConfig}>
+ html` <cosmoz-omnitable-settings
68
+ .config=${settingsConfig}
69
+ part="settings"
70
+ >
71
</cosmoz-omnitable-settings>`,
72
),
73
];
0 commit comments