diff --git a/inventory/src/components/product-import/steps/ValidationStepNew/components/ValidationContainer.tsx b/inventory/src/components/product-import/steps/ValidationStepNew/components/ValidationContainer.tsx index 026c6f1..71e8c80 100644 --- a/inventory/src/components/product-import/steps/ValidationStepNew/components/ValidationContainer.tsx +++ b/inventory/src/components/product-import/steps/ValidationStepNew/components/ValidationContainer.tsx @@ -18,6 +18,7 @@ import { useUpcValidation } from '../hooks/useUpcValidation' import { useProductLinesFetching } from '../hooks/useProductLinesFetching' import UpcValidationTableAdapter from './UpcValidationTableAdapter' import { Skeleton } from '@/components/ui/skeleton' +import { Protected } from '@/components/auth/Protected' /** * ValidationContainer component - the main wrapper for the validation step * @@ -1149,15 +1150,17 @@ const ValidationContainer = ({ )}
{/* Show Prompt Button */} - + + + {/* AI Validate Button */}