2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 22:21:37 +00:00

Data import fix (#10298)

* Data import fix

- Improved error handling

* Tweak frontend display of errors
This commit is contained in:
Oliver
2025-09-10 10:56:59 +10:00
committed by GitHub
parent 2c22686520
commit 9df896cf7a
2 changed files with 14 additions and 3 deletions

View File

@@ -285,7 +285,7 @@ export default function ImporterDataSelector({
<IconCircleDashedCheck color='blue' size={16} />
)}
{!row.complete && !row.valid && (
<HoverCard openDelay={50} closeDelay={100}>
<HoverCard openDelay={50} closeDelay={100} position='top-start'>
<HoverCard.Target>
<IconExclamationCircle color='red' size={16} />
</HoverCard.Target>