Merge pull request #863 from nextcloud/fix/noid
Fix uncaught exception: object error on navigation
This commit is contained in:
commit
0e39d9a197
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ export default {
|
|||
try {
|
||||
return this.collectionString.split('-')[1]
|
||||
} catch {
|
||||
return null
|
||||
return undefined
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue