mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Change name of model
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
6a4196c5b4
commit
2003ae81b4
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ class EnvironmentReplacementModel(BaseSettingsModel):
|
|||
replacement: str = SettingsField("", title="Replacement")
|
||||
|
||||
|
||||
class FilterFarmEnvironmentModel(BaseSettingsModel):
|
||||
class FilterEnvsProfileModel(BaseSettingsModel):
|
||||
_layout = "expanded"
|
||||
|
||||
host_names: list[str] = SettingsField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue