mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Fix field copy
This commit is contained in:
@ -472,7 +472,7 @@ export function DetailsTableField({
|
||||
<FieldType field_data={field} field_value={item[field.name]} />
|
||||
</td>
|
||||
<td style={{ width: '50' }}>
|
||||
{field.copy && <CopyField value={'hello world'} />}
|
||||
{field.copy && <CopyField value={item[field.name]} />}
|
||||
</td>
|
||||
</tr>
|
||||
);
|
||||
|
Reference in New Issue
Block a user