fix: Don't show notSpecifiedMentionWarning if visibility is not 'specified'
This commit is contained in:
parent
577d40df04
commit
bd9ff39c0b
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<MkInfo
|
||||
v-if="hasNotSpecifiedMentions"
|
||||
v-if="hasNotSpecifiedMentions && visibility === 'specified'"
|
||||
warn
|
||||
class="form-info"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue