mirror of
https://github.com/inventree/inventree-app.git
synced 2025-11-05 07:45:39 +00:00
Fix URL for reporting an issue via GitHub (#706)
* Fix URL for reporting an issue via GitHub * Format
This commit is contained in:
@@ -49,7 +49,8 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
||||
var url = Uri(
|
||||
scheme: "https",
|
||||
host: "github.com",
|
||||
path: "inventree/inventree-app/issues/new?title=Enter+bug+description",
|
||||
path: "inventree/inventree-app/issues/new/",
|
||||
queryParameters: {"title": "Enter bug description"},
|
||||
);
|
||||
|
||||
if (await canLaunchUrl(url)) {
|
||||
|
||||
Reference in New Issue
Block a user