fix small issue

This commit is contained in:
Andras Bacsai
2023-08-10 17:55:03 +02:00
parent c66f250cd9
commit 1cafa02ba5
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
<livewire:project.database.backup-execution :execution="$execution" :wire:key="$execution->id"/>
</form>
@empty
<div>No logs found.</div>
<div>No executions found.</div>
@endforelse
</div>