Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Jan 23, 2024
1 parent f494728 commit 5a41943
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/Enums/Examples/Form/Upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class Upload
HTML;

public const LABEL_HINT_TIP = <<<'HTML'
<x-upload label="Photos"
hint="Sent us your images"
tip="Drag and drop your images here"/>
<x-upload label="Screenshot"
hint="We need to analyze your screenshot"
tip="Drag and drop your screenshot here" />
HTML;

public const DELETE = <<<'HTML'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ public function deleteUpload($original, $temporary)
@if ($model === 1)
<x-upload wire:model="photo1"/>
@elseif ($model === 2)
<x-upload label="Photos"
hint="Sent us your images"
tip="Drag and drop your images here"
<x-upload label="Screenshot"
hint="We need to analyze your screenshot"
tip="Drag and drop your screenshot here"
wire:model="photo2"/>
@elseif ($model === 3)
<x-upload wire:model="photo3" delete/>
Expand Down

0 comments on commit 5a41943

Please sign in to comment.