Skip to content

Commit 501432f

Browse files
committed
fix: navbar on components graph view
1 parent 5238253 commit 501432f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/devtools-ui-kit/src/components/NNavbar.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ function update(event: any) {
1616
<template>
1717
<div flex="~ col gap2" border="b base" flex-1 n-navbar-glass :class="[{ p4: !noPadding }]">
1818
<div flex="~ gap4" items-center>
19-
<slot v-if="search !== undefined" name="search">
19+
<slot name="search">
2020
<NTextInput
21+
v-if="search !== undefined"
2122
placeholder="Search..."
2223
icon="carbon-search"
2324
n="primary" flex-auto

0 commit comments

Comments
 (0)