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
+1
View File
@@ -7296,6 +7296,7 @@ const App = () => {
const [showAISuggestions, setShowAISuggestions] = useState(true);
const [showAIActionLog, setShowAIActionLog] = useState(false);
const aiPromptMgrRef = useRef(null);
const aiTypeaheadRef = useRef(null);
const [selectedProviderId, setSelectedProviderId] = useState('');
const [exportSettings, setExportSettings] = useState({
sampleRate: '44100',