mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
upload card button: cancel -> done
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<v-upload @upload="onUpload" />
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-button secondary @click="close">{{ $t('cancel') }}</v-button>
|
||||
<v-button secondary @click="close">{{ $t('done') }}</v-button>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
|
||||
Reference in New Issue
Block a user