Admin panel updated with shadcn-vue components

This commit is contained in:
Simon Pocrnjič
2026-01-05 18:27:35 +01:00
parent 70a5d015e0
commit c4d9ecb39e
37 changed files with 5407 additions and 3740 deletions
-2
View File
@@ -100,8 +100,6 @@ public function process(Import $import, ?Authenticatable $user = null): array
$rowNum++;
}
$isPg = DB::connection()->getDriverName() === 'pgsql';
// If retry mode, only process failed/invalid rows
if ($isRetry) {
$failedRows = ImportRow::where('import_id', $import->id)