Update download_file method name in backup-executions.blade.php

This commit is contained in:
Andras Bacsai
2024-04-10 14:36:57 +02:00
parent 2b75cf1508
commit 605a630411
2 changed files with 53 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
<div class="flex-1"></div>
@if (data_get($execution, 'status') === 'success')
<x-forms.button class=" dark:hover:bg-coolgray-400"
wire:click="download({{ data_get($execution, 'id') }})">Download</x-forms.button>
wire:click="download_file({{ data_get($execution, 'id') }})">Download</x-forms.button>
@endif
<x-modal-confirmation isErrorButton action="deleteBackup({{ data_get($execution, 'id') }})">
<x-slot:button-title>