.
This commit is contained in:
parent
a8d33a2555
commit
a1efaf1d90
@ -148,7 +148,7 @@ const handleSubmit = async () => {
|
||||
|
||||
const postResponse = await axios.post(`board/${props.boardId}/password`, requestData);
|
||||
|
||||
if (postResponse.data.code === 200 && postResponse.data.data) {
|
||||
if (postResponse.data.code === 200 && postResponse.data.data === true) {
|
||||
isPassword.value = false;
|
||||
|
||||
if (lastClickedButton.value === 'edit') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user