fixed Fetching bands message not showing

This commit is contained in:
Russel Yasol
2024-05-09 08:44:27 +08:00
parent e56d521435
commit bb9da92136

View File

@@ -94,7 +94,7 @@
</div> </div>
</div> </div>
<div class="card-body"> <div class="card-body">
<h5 class="card-subtitle" x-show="isLoading"> <h5 class="card-subtitle" x-show="isGettingBands">
Fetching supported bands... Fetching supported bands...
</h5> </h5>
<form id="checkboxForm" x-show="isLoading === false"> <form id="checkboxForm" x-show="isLoading === false">