Skip to content

Commit 0afb1f7

Browse files
authored
fix: expose part for omnitable settings (#639)
1 parent 209e937 commit 0afb1f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cosmoz-omnitable-header-row.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ const /* eslint-disable-next-line max-lines-per-function */
6464
when(
6565
!hideSelectAll,
6666
() =>
67-
html` <cosmoz-omnitable-settings .config=${settingsConfig}>
67+
html` <cosmoz-omnitable-settings
68+
.config=${settingsConfig}
69+
part="settings"
70+
>
6871
</cosmoz-omnitable-settings>`,
6972
),
7073
];

0 commit comments

Comments
 (0)