fix: add missing aiTypeaheadRef definition

This commit is contained in:
2026-07-29 11:52:49 +07:00
parent 35e767795a
commit 8051cf3edb
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -819,3 +819,9 @@
- **Các file ảnh hưởng:** `app/static/js/app.jsx`
- **Ghi chú/Test (nếu có):** `npm run build` — build passes.
---
### [2026-07-29 12:00] Task: Fix missing aiTypeaheadRef definition
- **Tóm tắt thay đổi:** Thêm `aiTypeaheadRef = useRef(null)` — ref được dùng trong typeahead dropdown nhưng chưa được khai báo, gây ReferenceError.
- **Các file ảnh hưởng:** `app/static/js/app.jsx`
- **Ghi chú/Test (nếu có):** `npm run build` — build passes.
---