mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Added missed argument
This commit is contained in:
parent
d20942892f
commit
ff8d4f5dda
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class CustomStagingDirProfileModel(BaseSettingsModel):
|
|||
template_name: str = SettingsField(
|
||||
"",
|
||||
title="Template name",
|
||||
enum_resolver=anatomy_template_items_enum
|
||||
enum_resolver=anatomy_template_items_enum(category="publish")
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue