mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
Check that user.refProviders[provider] is set to a truthy value (#4063)
* Ensure that user.refProviders is set to a truthy value * Update stories * Update tests GitOrigin-RevId: 51919f755f6d3bcb9d3564685253222691b0d92b
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ export const contextProps = {
|
||||
projectId: 'test-project',
|
||||
hasWritePermissions: true,
|
||||
userHasFeature: () => true,
|
||||
refProviders: {},
|
||||
refProviders: { mendeley: false, zotero: false },
|
||||
reindexReferences: () => {
|
||||
console.log('reindex references')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user