Allow opening profile: multiChoiceProprties record, anonymous access
This commit is contained in:
parent
4803fb07c8
commit
a403f93b47
@ -76,7 +76,6 @@
|
||||
</li>
|
||||
<li>
|
||||
<ChoiceSetting
|
||||
v-if="user"
|
||||
id="userPopoverAvatarAction"
|
||||
path="userPopoverAvatarAction"
|
||||
:options="userPopoverAvatarActionOptions"
|
||||
|
@ -17,7 +17,8 @@ export const multiChoiceProperties = [
|
||||
'subjectLineBehavior',
|
||||
'conversationDisplay', // tree | linear
|
||||
'conversationOtherRepliesButton', // below | inside
|
||||
'mentionLinkDisplay' // short | full_for_remote | full
|
||||
'mentionLinkDisplay', // short | full_for_remote | full
|
||||
'userPopoverAvatarAction' // close | zoom | open
|
||||
]
|
||||
|
||||
export const defaultState = {
|
||||
|
Loading…
Reference in New Issue
Block a user