mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix field copy
This commit is contained in:
parent
9caad9ea9f
commit
0cdc7914d8
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user