fix: Add video ref to fileInputRefs for TypeScript build
This commit is contained in:
parent
b78f2b188a
commit
31e56f0bad
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue