Merge pull request #863 from nextcloud/fix/noid

Fix uncaught exception: object error on navigation
This commit is contained in:
Raimund Schlüßler 2020-02-12 10:20:01 +01:00 committed by GitHub
commit 0e39d9a197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -204,7 +204,7 @@ export default {
try {
return this.collectionString.split('-')[1]
} catch {
return null
return undefined
}
},