mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Change name of variable
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
a82118a3bc
commit
aad7e2902d
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ class CoreSettings(BaseSettingsModel):
|
|||
title="Project environments",
|
||||
section="---"
|
||||
)
|
||||
filter_farm_environment: list[FilterFarmEnvironmentModel] = SettingsField(
|
||||
filter_env_profiles: list[FilterEnvsProfileModel] = SettingsField(
|
||||
default_factory=list,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue