Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jupyterlab_server/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Loading