fix: disabling app custom url (#4868)

This commit is contained in:
HugoCasa
2024-12-09 19:09:18 +01:00
committed by GitHub
parent 17d262ff7f
commit 2ef160ee75
2 changed files with 22 additions and 18 deletions

View File

@@ -482,7 +482,7 @@
policy,
path: npath,
deployment_message: deploymentMsg,
custom_path: $userStore?.is_admin || $userStore?.is_super_admin ? customPath : undefined
custom_path: $userStore?.is_admin || $userStore?.is_super_admin ? (customPath ?? '') : undefined
}
})
savedApp = {