Adds cancel button instead of return to list on first stage of copy modal. #259.
This commit is contained in:
parent
f5833e03e4
commit
1844664e15
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue