Cleanup for error notifications
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
Detected templates: {bodyTemplatesDetected.map((v) => v.name).join(', ')}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Errors now shown as toast notifications -->
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
@@ -21,7 +21,5 @@
|
||||
onSuccess={onSuccess}
|
||||
onError={onError}
|
||||
/>
|
||||
|
||||
<!-- Error messages are now shown as toast notifications -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -255,8 +255,6 @@
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<!-- Error messages are now shown as toast notifications -->
|
||||
</div>
|
||||
|
||||
{#if sheetsData.selectedSheet && sheetsData.sheetData.length > 0}
|
||||
@@ -370,8 +368,6 @@
|
||||
<div class="text-gray-600">Loading sheet data...</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<!-- Error messages are now shown as toast notifications -->
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user