From 1a9086852aad17afba4574ad0c814bda4ea2f89d Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sun, 3 May 2026 17:18:46 +0300 Subject: minor upload update --- src/components/upload/SourceInput.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/upload/SourceInput.tsx') diff --git a/src/components/upload/SourceInput.tsx b/src/components/upload/SourceInput.tsx index fbc8f52..c93c4b6 100644 --- a/src/components/upload/SourceInput.tsx +++ b/src/components/upload/SourceInput.tsx @@ -1,6 +1,5 @@ 'use client'; import { Input } from '@/components/ui'; -import React from 'react'; export function SourceInput() { return ( @@ -8,7 +7,7 @@ export function SourceInput() { ИСТОЧНИК ) => { + onKeyDown={(e) => { if (e.key === 'Enter') { e.preventDefault(); } -- cgit v1.3-3-g829e