시그니처 관리

- 수정사항이 없습니다 -> 변경사항이 없습니다.
This commit is contained in:
Yu Sung 2024-03-13 19:23:38 +09:00
parent 9d85b737d8
commit 4051f11a9e
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ export default {
this.is_adult === this.selected_signature_can.isAdult && this.is_adult === this.selected_signature_can.isAdult &&
this.can === this.selected_signature_can.can this.can === this.selected_signature_can.can
) { ) {
this.notifyError('수정사항이 없습니다.') this.notifyError('변경사항이 없습니다.')
return; return;
} }