Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
3ed2ebe0
Commit
3ed2ebe0
authored
Aug 11, 2021
by
우지원
Browse files
alert수정2
parent
51cf5545
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/Room/Channelsettingchange.js
View file @
3ed2ebe0
...
...
@@ -30,7 +30,7 @@ const ChannelSettingChange = (props) => {
}
if
(
count
==
1
)
{
window
.
alert
(
"
이미 존재하는 채널 입니다. 다른 이름을 입력해 주십시오.
"
);
alert
(
"
이미 존재하는 채널 입니다. 다른 이름을 입력해 주십시오.
"
);
}
else
{
Channel
.
number
=
props
.
channel
.
length
;
alert
(
"
채널이 성공적으로 생성되었습니다.
"
);
...
...
@@ -54,7 +54,7 @@ const ChannelSettingChange = (props) => {
const
data
=
await
roomApi
.
channelDelete
(
Channel
);
}
else
{
window
.
alert
(
alert
(
"
입력한 채널명과 일치하는 채널이 존재하지 않습니다. 다시 확인해 주십시오.
"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment