Skip to content

Commit 50c873e

Browse files
Kristiyan Ivanovpd-redis
andauthored
Update redisinsight/ui/src/components/instance-header/components/instances-navigation-popover/InstancesNavigationPopover.tsx
Co-authored-by: pd-redis <petar.dzhambazov@redis.com>
1 parent a116497 commit 50c873e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/instance-header/components/instances-navigation-popover/InstancesNavigationPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const InstancesNavigationPopover = ({ name }: Props) => {
135135
className={styles.searchInput}
136136
icon={Search}
137137
value={searchFilter}
138-
onChange={(value) => handleSearch(value)}
138+
onChange={handleSearch}
139139
data-testid="instances-nav-popover-search"
140140
/>
141141
</div>

0 commit comments

Comments
 (0)