Merge pull request #32956 from overleaf/em-library-entry-list

Show library entry list on /library page

GitOrigin-RevId: 6c1c4e3ef66ea002525e5d5adb7943123f5d2587
This commit is contained in:
Eric Mc Sween
2026-04-23 11:35:42 -04:00
committed by Copybot
parent 54d953cfff
commit 2fdecb5d19
3 changed files with 28 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ export const db = {
grouppolicies: internalDb.collection('grouppolicies'),
groupAuditLogEntries: internalDb.collection('groupAuditLogEntries'),
institutions: internalDb.collection('institutions'),
libraryReferences: internalDb.collection('libraryReferences'),
messages: internalDb.collection('messages'),
migrations: internalDb.collection('migrations'),
notifications: internalDb.collection('notifications'),