Adds cancel button instead of return to list on first stage of copy modal. #259.

This commit is contained in:
Mateus Machado Luna 2019-08-01 15:15:53 -03:00
parent f5833e03e4
commit 1844664e15
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
class="button"
:disabled="isLoading"
@click="onConfirm(newItems); $parent.close();">
{{ $i18n.get('label_return_to_list') }}
{{ hasCopied ? $i18n.get('label_return_to_list') : $i18n.get('cancel') }}
</button>
<button
v-if="!hasCopied"