mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix category if fail, fix lint
This commit is contained in:
parent
b76354d95d
commit
32c5ea1d52
@ -40,7 +40,6 @@
|
||||
<ds-icon name="check"></ds-icon>
|
||||
</ds-chip>
|
||||
</ds-text>
|
||||
<floatClear />
|
||||
<client-only>
|
||||
<hc-editor
|
||||
:users="users"
|
||||
@ -67,7 +66,7 @@
|
||||
/>
|
||||
<ds-text align="right">
|
||||
<ds-button
|
||||
v-if="form.categoryIds !== 0"
|
||||
v-if="form.categoryIds.length === 0"
|
||||
class="checkicon checkicon_cat "
|
||||
icon="check"
|
||||
size="small"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user