fix: add missing aiTypeaheadRef definition
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user