mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 21:46:46 +00:00
Fix icon on SupplierPartDetail widget (#273)
* Fix icon on SupplierPartDetail widget * Update release notes
This commit is contained in:
parent
c8dedf2a0e
commit
84f7e90569
@ -1,6 +1,12 @@
|
|||||||
## InvenTree App Release Notes
|
## InvenTree App Release Notes
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### 0.10.2 - March 2023
|
||||||
|
---
|
||||||
|
|
||||||
|
- Fix icon for supplier part detail widget
|
||||||
|
|
||||||
|
|
||||||
### 0.10.1 - February 2023
|
### 0.10.1 - February 2023
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -225,7 +225,7 @@ class _SupplierPartDisplayState extends RefreshableState<SupplierPartDetailWidge
|
|||||||
onTap: onTabSelectionChanged,
|
onTap: onTabSelectionChanged,
|
||||||
items: [
|
items: [
|
||||||
BottomNavigationBarItem(
|
BottomNavigationBarItem(
|
||||||
icon: FaIcon(FontAwesomeIcons.circle),
|
icon: FaIcon(FontAwesomeIcons.circleInfo),
|
||||||
label: L10().details,
|
label: L10().details,
|
||||||
),
|
),
|
||||||
BottomNavigationBarItem(
|
BottomNavigationBarItem(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user