Change name of variable

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2024-07-25 14:33:55 +02:00 committed by GitHub
parent a82118a3bc
commit aad7e2902d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
)