mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Clicking on Part link opens in browser
This commit is contained in:
parent
e91c1a4d6d
commit
1ac6b7e7dc
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class InvenTreeModel {
|
|||
print("Opening link: ${link}");
|
||||
|
||||
if (await canLaunch(link)) {
|
||||
await launch(url);
|
||||
await launch(link);
|
||||
} else {
|
||||
// TODO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue