2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

Update bug-report URL

- New public app repo
This commit is contained in:
Oliver Walters 2022-04-13 19:49:38 +10:00
parent 33945c9346
commit 2e754d56bc
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9d44f97ded4ff7be3de7f51f305c493c99263508
Subproject commit 581ce0a818532157ffa0a1b449bf1a240558a238

View File

@ -48,7 +48,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
Future <void> _reportBug(BuildContext context) async {
const String url = "https://github.com/inventree/InvenTree/issues/new?assignees=&labels=app%2C+bug&title=%5BApp%5D+Enter+bug+description";
const String url = "https://github.com/inventree/inventree-app/issues/new?title=Enter+bug+description";
if (await canLaunch(url)) {
await launch(url);