rename option

This commit is contained in:
Nitwel
2020-10-21 18:48:24 +02:00
parent fb755efc4e
commit d71acbb9f3
4 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<v-card v-if="file">
<v-card-title>{{ $t('replace_file') }}</v-card-title>
<v-card-text>
<v-upload :preset="preset" :replace-with-id="file.id" @input="uploaded" from-url />
<v-upload :preset="preset" :file-id="file.id" @input="uploaded" from-url />
</v-card-text>
<v-card-actions>
<v-button secondary @click="$emit('toggle', false)">{{ $t('done') }}</v-button>