ммммм

This commit is contained in:
dv 2026-04-08 21:45:38 +03:00
parent 9bd22bf3d9
commit f551c54f6e

View file

@ -68,7 +68,6 @@ export function ObjectsPage({ mode }: Props) {
const [importStep, setImportStep] = useState<'upload' | 'preview'>('upload')
const previewMutation = usePreviewObjectsXLSX()
const importMutation = useImportObjectsXLSX()
const fileInputRef = useRef<HTMLInputElement>(null)
const objectUrl = (id: number) =>
mode === 'inventory' ? `/inventory/objects/${id}` : `/work/objects/${id}`