mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #2609 from BigRoy/switch_dialog_bug
Scene Inventory: Fix type name for 'representation' in switch logic
This commit is contained in:
commit
602e7e04e6
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ class SwitchAssetDialog(QtWidgets.QDialog):
|
|||
|
||||
repre_docs = io.find(
|
||||
{
|
||||
"type": "rerpesentation",
|
||||
"type": "representation",
|
||||
"parent": subset_doc["_id"],
|
||||
"name": {"$in": list(repre_names)}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue