mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
Merge pull request #2333 from anyproto/go-5450-profile-name-dissappear-on-account-start-fix-log
GO-5450: Fix log
This commit is contained in:
commit
86f696e408
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ func (sb *smartBlock) resolveLayout(s *state.State) {
|
|||
|
||||
typeDetails, err := sb.getTypeDetails(s)
|
||||
if err != nil {
|
||||
log.Warnf("failed to get type details: %v", err)
|
||||
log.Debugf("failed to get type details: %v", err)
|
||||
}
|
||||
|
||||
valueInType := typeDetails.Get(bundle.RelationKeyRecommendedLayout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue