From 2ca7f5f92fd51c25b71aab74739e224da52b4283 Mon Sep 17 00:00:00 2001 From: wookki Date: Sun, 21 Jan 2024 22:57:47 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20build=20=EC=97=90=EB=9F=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/shared/dropdown/Dropdown.stories.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/shared/dropdown/Dropdown.stories.tsx b/src/components/shared/dropdown/Dropdown.stories.tsx index c899bae9..0795b1c1 100644 --- a/src/components/shared/dropdown/Dropdown.stories.tsx +++ b/src/components/shared/dropdown/Dropdown.stories.tsx @@ -37,7 +37,6 @@ export const SearchProduct: Story = { { label: '최신순', value: 'latest' }, { label: '추천순', value: 'Recommend' }, ], - placeholder: '조회순', value: 'Viewed', }, };