ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
committed by
GitHub
parent
117b57ccc5
commit
372d5c7d01
@@ -33,7 +33,7 @@
|
||||
:current-user-id="usersStore.currentUser.id"
|
||||
:model-value="modelValue.ownedBy"
|
||||
size="medium"
|
||||
@update:modelValue="setKeyValue('ownedBy', $event)"
|
||||
@update:model-value="setKeyValue('ownedBy', $event)"
|
||||
/>
|
||||
</enterprise-edition>
|
||||
<enterprise-edition v-if="shareable" :features="[EnterpriseEditionFeature.Sharing]">
|
||||
@@ -49,7 +49,7 @@
|
||||
:current-user-id="usersStore.currentUser.id"
|
||||
:model-value="modelValue.sharedWith"
|
||||
size="medium"
|
||||
@update:modelValue="setKeyValue('sharedWith', $event)"
|
||||
@update:model-value="setKeyValue('sharedWith', $event)"
|
||||
/>
|
||||
</enterprise-edition>
|
||||
<div v-if="hasFilters" :class="[$style['filters-dropdown-footer'], 'mt-s']">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
:items="menuItems"
|
||||
mode="tabs"
|
||||
:model-value="value ? 'owner' : 'all'"
|
||||
@update:modelValue="onSelectOwner"
|
||||
@update:model-value="onSelectOwner"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user