We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6006b87 + da80e7a commit ba85b80Copy full SHA for ba85b80
frontend/src/pages/SessionListPage.tsx
@@ -63,7 +63,11 @@ const SessionListPage = () => {
63
<h1 className={"text-bold-l mb-6"}>스터디 세션 목록</h1>
64
<div className={"h-11 flex gap-2 w-full"}>
65
<SearchBar text="세션을 검색하세요" />
66
- <Select setValue={setSelectedCategory} options={options} />
+ <Select
67
+ value={"FE"}
68
+ setValue={setSelectedCategory}
69
+ options={options}
70
+ />
71
<CreateButton
72
onClick={() => navigate("/sessions/create")}
73
text={"새로운 세션"}
0 commit comments