Fixed remove from production button not closing drawer. BOD-315
This commit is contained in:
@@ -9,11 +9,12 @@ export default function BarcodePopupComponent({ value, children }) {
|
||||
<Popover
|
||||
content={
|
||||
<Barcode
|
||||
value={value}
|
||||
background='transparent'
|
||||
value={value || ""}
|
||||
background="transparent"
|
||||
displayValue={false}
|
||||
/>
|
||||
}>
|
||||
}
|
||||
>
|
||||
{children ? children : <Tag>{t("general.labels.barcode")}</Tag>}
|
||||
</Popover>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user