mirror of
https://github.com/directus/directus.git
synced 2026-01-29 11:17:57 -05:00
@@ -58,7 +58,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template v-if="['uuid', 'date', 'time', 'datetime', 'timestamp'].includes(fieldData.type)">
|
||||
<template v-if="['uuid', 'date', 'time', 'datetime', 'timestamp'].includes(fieldData.type) && type !== 'file'">
|
||||
<div class="field half-left">
|
||||
<div class="label type-label">{{ $t('on_create') }}</div>
|
||||
<v-select :items="onCreateOptions" v-model="onCreateValue" />
|
||||
|
||||
Reference in New Issue
Block a user