mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
move options to v-upload
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<v-card>
|
||||
<v-card-title>{{ $t('add_file') }}</v-card-title>
|
||||
<v-card-text>
|
||||
<v-upload :preset="preset" multiple @upload="close" />
|
||||
<v-upload :preset="preset" multiple @upload="close" fromUrl />
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-button secondary @click="close">{{ $t('done') }}</v-button>
|
||||
|
||||
Reference in New Issue
Block a user