Skip to content
Snippets Groups Projects
Commit e5be672d authored by Xiao Gui's avatar Xiao Gui
Browse files

fix lint

parent 143e1263
No related branches found
No related tags found
No related merge requests found
......@@ -265,8 +265,8 @@ export class DatabrowserService implements OnDestroy {
})()
const refSpaceObj = this.templateSelected && this.templateSelected.fullId
? { referenceSpaceId: getIdFromFullId(this.templateSelected.fullId) }
: {}
? { referenceSpaceId: getIdFromFullId(this.templateSelected.fullId) }
: {}
const fullIds = getStringIdsFromRegion(region) as string[]
for (const fullId of fullIds) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment