mirror of
https://github.com/directus/directus.git
synced 2026-02-03 13:24:55 -05:00
Update app/src/interfaces/many-to-many/options.vue
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-notice type="warning" v-if="collection == null">
|
||||
<v-notice type="warning" v-if="collection === null">
|
||||
{{ $t('interfaces.one-to-many.no_collection') }}
|
||||
</v-notice>
|
||||
<div v-else>
|
||||
|
||||
Reference in New Issue
Block a user