Browse Source

브라우저 콘솔 에러 수정

master
박상현 7 months ago
parent
commit
e4ff964408
  1. 2
      src/components/ui/custominput/index.tsx

2
src/components/ui/custominput/index.tsx

@ -50,7 +50,7 @@ export default function CustomInputs({
type, type,
inline, inline,
bsSize, bsSize,
defaultChecked = false defaultChecked
}: Props) { }: Props) {
return ( return (
<> <>

Loading…
Cancel
Save