diff --git a/apps/dokploy/components/ui/input.tsx b/apps/dokploy/components/ui/input.tsx index 89ecbe20a..ddeb36894 100644 --- a/apps/dokploy/components/ui/input.tsx +++ b/apps/dokploy/components/ui/input.tsx @@ -34,6 +34,7 @@ const Input = React.forwardRef( const setRefs = React.useCallback( (node: HTMLInputElement | null) => { + // @ts-ignore inputRef.current = node; if (typeof ref === "function") { ref(node);