Skip to content

Commit

Permalink
#187: Loading target fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alimranahmed committed Sep 13, 2024
1 parent 83d01ad commit 23bd237
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions resources/views/livewire/backend/article/image-form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@
</div>
@endforeach

@if(!$errors->has('image_file'))
<div class="text-green-600" wire:loading.delay.longer wire:target="image_file">
File is being uploaded...
</div>
@endif
<div class="text-green-600" wire:loading.delay wire:target="image_file">
File is being uploaded...
</div>

</form>
</div>
Expand Down

0 comments on commit 23bd237

Please sign in to comment.