Skip to content

Commit 9f8ffb0

Browse files
authored
Merge pull request depromeet#921 from depromeet/bugfix/913
스페이스 떠나기 모달 문구 및 옵션 개선
2 parents 9ea4b6c + 7b1ae40 commit 9f8ffb0

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

apps/web/src/component/space/edit/SpaceManageToggleMenu.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,9 @@ export default function SpaceManageToggleMenu({
7676
*/
7777
const handleLeaveSpace = () => {
7878
openAlertModal({
79-
title: "스페이스를 떠나시겠어요?",
80-
contents: "떠난 스페이스는 다시 돌아올 수 없어요",
79+
title: "해당 스페이스를 떠나시겠어요?",
80+
contents: "내 리스트에서 스페이스가 사라져요",
8181
onConfirm: () => leaveSpace(spaceId),
82-
options: {
83-
buttonText: ["취소", "떠나기"],
84-
},
8582
});
8683
};
8784

0 commit comments

Comments
 (0)