fix chain modal
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-04-30 09:42:38 -06:00
parent dd249c8753
commit 375a78b852
6 changed files with 35 additions and 67 deletions

View File

@@ -200,6 +200,7 @@ export interface PromptRound {
question: string
source: string
prompt_level: number | null
assistant_msg_id?: number | null
html: string | null
css: string | null
js: string | null