mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-27 13:32:34 +00:00
Fix linter error because of wrong variable name and camel case issue
GitOrigin-RevId: a5ea8d6c8332133303fcd8e410cc76ac06c5bb97
This commit is contained in:
parent
e3d0380e6f
commit
608b75c9db
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default function SettingsDocument() {
|
||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
const { permissionsLevel } = useEditorContext()
|
const { permissionsLevel } = useEditorContext()
|
||||||
const [docs] = useScopeValue<MainDocument[] | undefined>('docs')
|
const [docs] = useScopeValue<MainDocument[] | undefined>('docs')
|
||||||
const { rootDocId, setRootDocId } = useProjectSettingsContext()
|
const { rootDoc_id: rootDocId, setRootDocId } = useProjectSettingsContext()
|
||||||
|
|
||||||
const validDocsOptions = useMemo(() => {
|
const validDocsOptions = useMemo(() => {
|
||||||
const filteredDocs =
|
const filteredDocs =
|
||||||
|
|
Loading…
Add table
Reference in a new issue