Commit 3ed2ebe0 authored by 우지원's avatar 우지원
Browse files

alert수정2

parent 51cf5545
...@@ -30,7 +30,7 @@ const ChannelSettingChange = (props) => { ...@@ -30,7 +30,7 @@ const ChannelSettingChange = (props) => {
} }
if (count == 1) { if (count == 1) {
window.alert("이미 존재하는 채널 입니다. 다른 이름을 입력해 주십시오."); alert("이미 존재하는 채널 입니다. 다른 이름을 입력해 주십시오.");
} else { } else {
Channel.number = props.channel.length; Channel.number = props.channel.length;
alert("채널이 성공적으로 생성되었습니다."); alert("채널이 성공적으로 생성되었습니다.");
...@@ -54,7 +54,7 @@ const ChannelSettingChange = (props) => { ...@@ -54,7 +54,7 @@ const ChannelSettingChange = (props) => {
const data = await roomApi.channelDelete(Channel); const data = await roomApi.channelDelete(Channel);
} }
else { else {
window.alert( alert(
"입력한 채널명과 일치하는 채널이 존재하지 않습니다. 다시 확인해 주십시오." "입력한 채널명과 일치하는 채널이 존재하지 않습니다. 다시 확인해 주십시오."
); );
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment