mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 18:55:34 +00:00
Use the new API notation for external URL ('link')
This commit is contained in:
@ -104,7 +104,7 @@ class _PartDisplayState extends State<PartDisplayWidget> {
|
||||
tiles.add(
|
||||
Card(
|
||||
child: ListTile(
|
||||
title: Text("In Stock"),
|
||||
title: Text("Stock"),
|
||||
leading: FaIcon(FontAwesomeIcons.boxes),
|
||||
trailing: Text("${part.inStock}"),
|
||||
onTap: null,
|
||||
|
Reference in New Issue
Block a user