fix: Add video ref to fileInputRefs for TypeScript build
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run

This commit is contained in:
Khoa.vo 2026-01-05 13:54:55 +07:00
parent b78f2b188a
commit 31e56f0bad

View file

@ -26,6 +26,7 @@ export function PromptHero() {
subject: useRef<HTMLInputElement>(null), subject: useRef<HTMLInputElement>(null),
scene: useRef<HTMLInputElement>(null), scene: useRef<HTMLInputElement>(null),
style: useRef<HTMLInputElement>(null), style: useRef<HTMLInputElement>(null),
video: useRef<HTMLInputElement>(null),
}; };
// Auto-resize textarea // Auto-resize textarea