diff --git a/src/app/App.tsx b/src/app/App.tsx index cc522907..f0296c5b 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2142,6 +2142,9 @@ export function App({ store, initialStatusMessage }: AppProps) { const [selectedScheduleRoutineId, setSelectedScheduleRoutineId] = useState< string | null >(null); + const [selectedDialogueId, setSelectedDialogueId] = useState( + null + ); const [ worldDawnAmbientIntensityFactorDraft, setWorldDawnAmbientIntensityFactorDraft