ммммм
This commit is contained in:
parent
9bd22bf3d9
commit
f551c54f6e
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ export function ObjectsPage({ mode }: Props) {
|
||||||
const [importStep, setImportStep] = useState<'upload' | 'preview'>('upload')
|
const [importStep, setImportStep] = useState<'upload' | 'preview'>('upload')
|
||||||
const previewMutation = usePreviewObjectsXLSX()
|
const previewMutation = usePreviewObjectsXLSX()
|
||||||
const importMutation = useImportObjectsXLSX()
|
const importMutation = useImportObjectsXLSX()
|
||||||
const fileInputRef = useRef<HTMLInputElement>(null)
|
|
||||||
|
|
||||||
const objectUrl = (id: number) =>
|
const objectUrl = (id: number) =>
|
||||||
mode === 'inventory' ? `/inventory/objects/${id}` : `/work/objects/${id}`
|
mode === 'inventory' ? `/inventory/objects/${id}` : `/work/objects/${id}`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue