1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

null check collection ids filter

This commit is contained in:
Kyle Spearrin
2018-09-11 08:45:40 -04:00
parent 71ab6ffab7
commit 39f615d5d7
2 changed files with 1 additions and 2 deletions

2
jslib

Submodule jslib updated: eb48abbcf6...d0ad865060

View File

@@ -2,7 +2,6 @@ import * as fs from 'fs';
import * as path from 'path'; import * as path from 'path';
import { Organization } from 'jslib/models/domain/organization'; import { Organization } from 'jslib/models/domain/organization';
import { CipherView } from 'jslib/models/view/cipherView';
import { CollectionView } from 'jslib/models/view/collectionView'; import { CollectionView } from 'jslib/models/view/collectionView';
import { FolderView } from 'jslib/models/view/folderView'; import { FolderView } from 'jslib/models/view/folderView';