2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-11 21:57:57 +00:00

[UI] Improve formatting functions (#10025)

* Improve formatting functions

- Add try/catch around formatting functions
- Better logic for default values

* Change fallback logic
This commit is contained in:
Oliver
2025-07-15 14:33:08 +10:00
committed by GitHub
parent 471b8c239f
commit f12479dd37
3 changed files with 30 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@inventreedb/ui",
"description": "UI components for the InvenTree project",
"version": "0.3.0",
"version": "0.3.1",
"private": false,
"type": "module",
"license": "MIT",