Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-10-08 15:48:46 +08:00
parent 466a147541
commit 3a772ee62b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 5 additions and 2 deletions

View file

@ -95,7 +95,7 @@ func GetAttrViewAddingBlockDefaultValues(avID, viewID, groupID, previousBlockID,
return
}
view := attrView.GetView(viewID)
view, _ := attrView.GetCurrentView(viewID)
if nil == view {
logging.LogErrorf("view [%s] not found in attribute view [%s]", viewID, avID)
return