upd: tambah komentar

Deskripsi:
- mendeteksi jika yg diinputkan hanya spasi atau enter maka tidak bisa mengirim komentar
- diskusi umum dan diskusi divisi

No Issues
This commit is contained in:
2025-10-07 16:51:57 +08:00
parent 95121d0442
commit af24a8af23
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1 @@
export const regexOnlySpacesOrEnter = /^[\s\r\n]+$/;