mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
This commit is contained in:
parent
86018c5f49
commit
662aaa6458
1 changed files with 2 additions and 2 deletions
|
|
@ -3056,8 +3056,8 @@ func addAttributeViewBlock(now int64, avID, dbBlockID, groupID, previousItemID,
|
||||||
err = av.SaveAttributeView(attrView)
|
err = av.SaveAttributeView(attrView)
|
||||||
}
|
}
|
||||||
|
|
||||||
msg := fmt.Sprintf(Conf.language(269), attrView.Name)
|
msg := fmt.Sprintf(Conf.language(269), getAttrViewName(attrView))
|
||||||
context["message"] = msg
|
util.PushMsg(msg, 5000)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue