This commit is contained in:
Daniel 2025-06-10 11:14:13 +08:00
parent ad071271ff
commit 5d1690b3ac
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1690,6 +1690,8 @@ func (tx *Transaction) doRemoveAttrViewView(operation *Operation) (ret *TxErr) {
return
}
}
operation.RetData = view.LayoutType
return
}