Skip to content

Commit

Permalink
fix: #240 - 세줄요약 임시 삭제
Browse files Browse the repository at this point in the history
세줄요약 임시 삭제
  • Loading branch information
bomi8489 authored Dec 3, 2023
2 parents 4aee93d + 3b7ed8e commit 3f53f17
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/components/Space/SpaceForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const SpaceForm = ({ spaceType, space }: SpaceFormProps) => {
category: space?.category || '',
isVisible: space?.isVisible || false,
isComment: space?.isComment || false,
isLinkSummarizable: space?.isLinkSummarizable || false,
isLinkSummarizable: false,
isReadMarkEnabled: space?.isReadMarkEnabled || false,
},
})
Expand Down Expand Up @@ -206,10 +206,9 @@ const SpaceForm = ({ spaceType, space }: SpaceFormProps) => {
onChange={() => setValue('isComment', !getValues('isComment'))}
/>
</div>
<div className="flex items-center justify-between border-t border-slate3 p-3">
{/* <div className="flex items-center justify-between border-t border-slate3 p-3">
<div className="text-sm font-medium text-gray9 opacity-50">
{/* 링크 3줄 요약 여부 */}
<span>서비스 준비 중입니다.</span>
링크 3줄 요약 여부
</div>
<Toggle
{...register('isLinkSummarizable')}
Expand All @@ -218,7 +217,7 @@ const SpaceForm = ({ spaceType, space }: SpaceFormProps) => {
isDisabled={true}
onChange={() => {}}
/>
</div>
</div> */}
<div className="flex items-center justify-between border-b border-t border-slate3 p-3">
<div className="text-sm font-medium text-gray9">읽음 처리 여부</div>
<Toggle
Expand Down

0 comments on commit 3f53f17

Please sign in to comment.