Skip to content

Commit

Permalink
Merge pull request #10 from themerous/minseok
Browse files Browse the repository at this point in the history
build test
  • Loading branch information
themerous authored Jul 26, 2024
2 parents 44addb5 + 0c043ec commit 43b3522
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@mui/x-date-pickers": "7.7.1",
"@phosphor-icons/react": "2.1.6",
"apexcharts": "3.49.2",
"clsx": "^2.1.1",
"dayjs": "1.11.11",
"formik": "^2.4.6",
"next": "14.2.4",
Expand Down
43 changes: 25 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/components/LightSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const LightSelect = (props: SelectProps) => {
</InputLabel>
<StyledSelect
{...props}
label={props.label || "선택하세요"} // 기본 라벨 추가
/>
</FormControl>
);
Expand Down

0 comments on commit 43b3522

Please sign in to comment.