mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-14 03:05:32 +00:00
Add edit button for Company tile
This commit is contained in:
@ -49,6 +49,10 @@ class _CompanyDetailState extends RefreshableState<CompanyDetailWidget> {
|
|||||||
image: InvenTreeAPI().getImage(company.image),
|
image: InvenTreeAPI().getImage(company.image),
|
||||||
width: 48,
|
width: 48,
|
||||||
),
|
),
|
||||||
|
trailing: IconButton(
|
||||||
|
icon: FaIcon(FontAwesomeIcons.edit),
|
||||||
|
onPressed: null,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user