Fix access tile in overview tab throwing error when attempting to navigate to access tab
This commit is contained in:
parent
1e25660766
commit
6eb3263fad
|
@ -66,7 +66,7 @@
|
|||
selectedApp?.status === AppStatus.DEPLOYED && latestDeployments?.length > 0
|
||||
|
||||
$: appUrl = `${window.origin}/app${selectedApp?.url}`
|
||||
$: tabs = ["Overview", "Automation History", "Backups", "Settings"]
|
||||
$: tabs = ["Overview", "Access", "Automation History", "Settings"]
|
||||
$: selectedTab = "Overview"
|
||||
|
||||
const backToAppList = () => {
|
||||
|
|
Loading…
Reference in New Issue