Admin panel updated with shadcn-vue components
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user