mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Update server/settings/tools.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
ca3817ffba
commit
3393d99ea8
1 changed files with 2 additions and 2 deletions
|
|
@ -378,8 +378,8 @@ class InventoryTemplateNameProfile(BaseSettingsModel):
|
|||
title="Current task",
|
||||
default_factory=list
|
||||
)
|
||||
inventory_name_format: str = SettingsField(
|
||||
title="Format",
|
||||
template: str = SettingsField(
|
||||
title="Template",
|
||||
default_factory=str
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue