mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
remove publish folder is set to False by default and changed you to You
This commit is contained in:
parent
d12fe99d18
commit
7692de229b
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@ class DeleteOldVersions(BaseAction):
|
|||
items.append({
|
||||
"type": "boolean",
|
||||
"name": "force_delete_publish_folder",
|
||||
"label": "Are you sure?",
|
||||
"value": True
|
||||
"label": "Are You sure?",
|
||||
"value": False
|
||||
})
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue