Skip to content

Commit 913e8e5

Browse files
committed
fix: remove the highlight
1 parent 9865e0e commit 913e8e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/Configs/ConfigDetailsTabs.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ export function ConfigDetailsTabs({
5252
const { tabs: configTabList } = useConfigDetailsTabs(configItem?.summary);
5353

5454
const playbooksButton = id ? (
55-
<PlaybooksDropdownMenu config_id={id} highlight containerClassName="my-0" />
55+
<PlaybooksDropdownMenu config_id={id} containerClassName="my-0" />
5656
) : null;
57+
5758
const layoutExtra =
5859
extra || playbooksButton ? (
5960
<div className="flex items-center gap-2">
60-
{extra}
6161
{playbooksButton}
62+
{extra}
6263
</div>
6364
) : undefined;
6465

0 commit comments

Comments
 (0)