fix notice-dismissible not obeying the v-if
This commit is contained in:
parent
f4134e235d
commit
65e415283e
1 changed files with 4 additions and 2 deletions
|
|
@ -9,9 +9,11 @@
|
||||||
@dragover.prevent="fileDrag"
|
@dragover.prevent="fileDrag"
|
||||||
>
|
>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="visibility-notice notice-dismissible">
|
<div
|
||||||
|
v-if="!$store.state.users.currentUser.locked && newStatus.visibility == 'private' && !disableLockWarning"
|
||||||
|
class="visibility-notice notice-dismissible"
|
||||||
|
>
|
||||||
<i18n-t
|
<i18n-t
|
||||||
v-if="!$store.state.users.currentUser.locked && newStatus.visibility == 'private' && !disableLockWarning"
|
|
||||||
keypath="post_status.account_not_locked_warning"
|
keypath="post_status.account_not_locked_warning"
|
||||||
tag="p"
|
tag="p"
|
||||||
class=""
|
class=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue