diff --git a/jupyterlab_server/config.py b/jupyterlab_server/config.py index d58c8a4..a8e33e1 100644 --- a/jupyterlab_server/config.py +++ b/jupyterlab_server/config.py @@ -314,8 +314,8 @@ class LabConfig(HasTraits): help="Whether getting a relative (False) or absolute (True) path when copying a path.", ).tag(config=True) - @default("template_dir") - def _default_template_dir(self) -> str: + @default("templates_dir") + def _default_templates_dir(self) -> str: return DEFAULT_TEMPLATE_PATH @default("labextensions_url")