mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
fix name tab when using url input
This commit is contained in:
parent
62b249c082
commit
e3d227ca25
@ -2276,10 +2276,10 @@ class NavBar extends connect(store)(LitElement) {
|
||||
|
||||
if (service === "APP") {
|
||||
this.changePage({
|
||||
"url": "qapp",
|
||||
"url": "myapp",
|
||||
"domain": "core",
|
||||
"page": `qdn/browser/index.html${query}`,
|
||||
"title": "Q-App",
|
||||
"title": name || "Q-App",
|
||||
"icon": "vaadin:external-browser",
|
||||
"mwcicon": "open_in_browser",
|
||||
"menus": [],
|
||||
@ -2287,10 +2287,10 @@ class NavBar extends connect(store)(LitElement) {
|
||||
})
|
||||
} else if (service === "WEBSITE") {
|
||||
this.changePage({
|
||||
"url": "websites",
|
||||
"url": "myapp",
|
||||
"domain": "core",
|
||||
"page": `qdn/browser/index.html${query}`,
|
||||
"title": "Website",
|
||||
"title": name || "Website",
|
||||
"icon": "vaadin:desktop",
|
||||
"mwcicon": "desktop_mac",
|
||||
"menus": [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user