mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
Fix linter error because of wrong variable name and camel case issue
GitOrigin-RevId: a5ea8d6c8332133303fcd8e410cc76ac06c5bb97
This commit is contained in:
@@ -12,7 +12,7 @@ export default function SettingsDocument() {
|
||||
const { t } = useTranslation()
|
||||
const { permissionsLevel } = useEditorContext()
|
||||
const [docs] = useScopeValue<MainDocument[] | undefined>('docs')
|
||||
const { rootDocId, setRootDocId } = useProjectSettingsContext()
|
||||
const { rootDoc_id: rootDocId, setRootDocId } = useProjectSettingsContext()
|
||||
|
||||
const validDocsOptions = useMemo(() => {
|
||||
const filteredDocs =
|
||||
|
||||
Reference in New Issue
Block a user