fix(09): fix syntax error in ExportPanel component
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
834658
|
||||
834659
|
||||
834673
|
||||
836027
|
||||
836028
|
||||
836042
|
||||
|
||||
BIN
backups/ainventory_2026-04-23_15-24-28.tar.gz
Normal file
BIN
backups/ainventory_2026-04-23_15-24-28.tar.gz
Normal file
Binary file not shown.
@@ -72,7 +72,8 @@ export function ExportPanel() {
|
||||
{isLoading ? <Loader2 size={14} className="animate-spin" /> : <FileSpreadsheet size={14} />}
|
||||
Excel
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Audit Trail Section */}
|
||||
<div className="p-4 bg-background/40 border border-slate-800/40 rounded-2xl hover:border-primary/20 transition-all group flex flex-col justify-between">
|
||||
@@ -105,7 +106,7 @@ export function ExportPanel() {
|
||||
Excel
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
|
||||
Reference in New Issue
Block a user