🐛 Fix incorrect method call syntax for retry button action
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<!-- Error State -->
|
||||
<div v-else-if="error" class="error-state">
|
||||
<p class="error-message">{{ error }}</p>
|
||||
<button @click="filesState.loadStatus" class="btn-retry">Retry</button>
|
||||
<button @click="filesState.loadStatus()" class="btn-retry">Retry</button>
|
||||
</div>
|
||||
|
||||
<!-- No Files State -->
|
||||
|
||||
Reference in New Issue
Block a user