mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Refactor BasicValidateModel -> BasicEnabledStatesModel
This commit is contained in:
parent
ae9fc4b2d7
commit
b818abcd78
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class PublishPluginsModel(BaseSettingsModel):
|
|||
title="Collect Chunk Size"
|
||||
)
|
||||
CollectFilesForCleaningUp:CollectFilesForCleaningUpModel = SettingsField(
|
||||
default_factory=BasicValidateModel,
|
||||
default_factory=BasicEnabledStatesModel,
|
||||
title="Collect Files For Cleaning Up."
|
||||
)
|
||||
CollectLocalRenderInstances: CollectLocalRenderInstancesModel = SettingsField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue