Dialog fixes (#597)

* Dialog fixes

- Fix bug which did not properly dismiss dialogs
- Closes https://github.com/inventree/inventree-app/issues/595

* Bump release notes
This commit is contained in:
Oliver 2025-01-11 16:40:07 +11:00 committed by GitHub
parent 543d041ca5
commit 8733deb46a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
### 0.17.3 - December 2025
---
- Fixes bug which prevent dialog boxes from being dismissed correctly
### 0.17.2 - December 2024
---