1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +12:00

Fix access tile in overview tab throwing error when attempting to navigate to access tab

This commit is contained in:
Andrew Kingston 2022-07-29 14:16:22 +01:00
parent 1e25660766
commit 6eb3263fad

View file

@ -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 = () => {