mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix adding new asset
This commit is contained in:
parent
b0f0f94f77
commit
4439805536
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ class HierarchyModel(QtCore.QAbstractItemModel):
|
|||
new_row = None
|
||||
else:
|
||||
name = None
|
||||
new_row = item.row() + 1
|
||||
new_row = item.rowCount()
|
||||
|
||||
asset_data = {}
|
||||
if name:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue