Bring back deep linking in appstore to install specific versions
This commit is contained in:
@@ -62,7 +62,7 @@ export default {
|
||||
|
||||
if (view === VIEWS.APPS) {
|
||||
that.view = VIEWS.APPS;
|
||||
} else if (view === VIEWS.APPSTORE) {
|
||||
} else if (view.indexOf(VIEWS.APPSTORE) === 0) {
|
||||
that.view = VIEWS.APPSTORE;
|
||||
} else if (view === VIEWS.SUPPORT) {
|
||||
that.view = VIEWS.SUPPORT;
|
||||
|
||||
Reference in New Issue
Block a user