Skip to content

Commit

Permalink
Merge pull request #11 from nessimabadi/patch-1
Browse files Browse the repository at this point in the history
Update signature-pad.blade.php
  • Loading branch information
coolsam726 authored Aug 2, 2023
2 parents 6bb0f55 + 3bc3439 commit 3ae7015
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<div class="flex mt-2 justify-end space-x-2">
<x-filament::button color="danger" outlined="true" size="sm" @click.prevent="clear()">Clear</x-filament::button>
@if(!$isDownloadDisabled())
@if(!$isDisabledDownload())
<x-filament::button color="primary" outlined="true" size="sm" icon="heroicon-o-download" @click.prevent="downloadSVG()">.svg</x-filament::button>
<x-filament::button color="primary" outlined="true" size="sm" icon="heroicon-o-download" @click.prevent="downloadPNG()">.png</x-filament::button>
<x-filament::button color="primary" outlined="true" size="sm" icon="heroicon-o-download" @click.prevent="downloadJPG()">.jpg</x-filament::button>
Expand Down

0 comments on commit 3ae7015

Please sign in to comment.