Removed unwanted enter line space

This commit is contained in:
dhanabalan
2025-07-02 18:42:17 +05:30
parent f5345fc2b8
commit 5b287f974d

View File

@@ -68,7 +68,7 @@ class PalletFromLocatorDataTable extends Component
$this->dispatch('open-modal', id: 'confirm-process-modal'); $this->dispatch('open-modal', id: 'confirm-process-modal');
} }
public function loadlocatorData($records,$plantId) public function loadlocatorData($records, $plantId)
{ {
$this->plantId = $plantId; $this->plantId = $plantId;
$this->records = $records; $this->records = $records;
@@ -79,8 +79,6 @@ class PalletFromLocatorDataTable extends Component
return view('livewire.pallet-from-locator-data-table'); return view('livewire.pallet-from-locator-data-table');
} }
// public function render() // public function render()
// { // {
// return view('livewire.pallet-from-locator-data-table'); // return view('livewire.pallet-from-locator-data-table');