Skip to content

Commit

Permalink
docs(Catalog): use new search
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Apr 17, 2024
1 parent 4ba93b6 commit 49a3f53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useState } from "react";
import { RelatedComponentsDecorator } from "../../../components";
import { RelatedComponents } from "vibe-storybook-components";
import { DESCRIPTION_COMPONENTS_WITHOUT_GENERAL_DESCRIPTION_MAP } from "../../../components/related-components/component-description-map";
import { LegacySearch } from "../../../../components";
import Search from "../../../../components/Search/Search";
import { CatalogEmptyState } from "../EmptyState/Catalog.stories.EmptyState";
import styles from "./Catalog.stories.templates.module.scss";

Expand All @@ -18,7 +18,7 @@ export const CatalogTemplate = () => {

return (
<div className={styles.container}>
<LegacySearch
<Search
placeholder="Search by component name..."
value={query}
onChange={setQuery}
Expand Down

0 comments on commit 49a3f53

Please sign in to comment.