mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 11:50:56 +00:00
EQMS-1410 Fix survey location resolver (#7736)
This commit is contained in:
parent
60b8a8cba3
commit
7b58315863
@ -100,6 +100,10 @@ export async function resolveLocation (loc: Location): Promise<ResolvedLocation
|
||||
return undefined
|
||||
}
|
||||
|
||||
if (loc.path[3] === undefined) {
|
||||
return undefined
|
||||
}
|
||||
|
||||
if (loc.path[3] === 'surveys') {
|
||||
return undefined
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user