mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fbed0cb943
[web] Review panel popovers GitOrigin-RevId: 4424abab97b197013063679bd8efcac001f458ad
6 lines
249 B
TypeScript
6 lines
249 B
TypeScript
import { ReactScopeValueStore } from '@/features/ide-react/scope-value-store/react-scope-value-store'
|
|
|
|
export default function populateReviewPanelScope(store: ReactScopeValueStore) {
|
|
store.set('users', {})
|
|
store.set('addNewComment', () => {})
|
|
}
|