Skip to content

Commit 7550b2c

Browse files
committed
fix: fixed open_pdf button
1 parent 29b7be8 commit 7550b2c

File tree

2 files changed

+1
-65
lines changed

2 files changed

+1
-65
lines changed

.env.example

Lines changed: 0 additions & 64 deletions
This file was deleted.

resources/views/livewire/monitors/custom/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function submit_form()
4444
<p class="font-light">Want the current project-status as a PDF-file? <br>
4545
Check out the PDF-builder now!</p>
4646
</div>
47-
<sl-button variant="default" size="large" wire:click="open_pdf()">
47+
<sl-button variant="default" size="large" wire:click="open_pdf">
4848
<sl-icon slot="suffix" name="box-arrow-up-right"></sl-icon>
4949
Open PDF-EDITOR
5050
</sl-button>

0 commit comments

Comments
 (0)