Removed unwanted enter line space
This commit is contained in:
@@ -68,7 +68,7 @@ class PalletFromLocatorDataTable extends Component
|
||||
$this->dispatch('open-modal', id: 'confirm-process-modal');
|
||||
}
|
||||
|
||||
public function loadlocatorData($records,$plantId)
|
||||
public function loadlocatorData($records, $plantId)
|
||||
{
|
||||
$this->plantId = $plantId;
|
||||
$this->records = $records;
|
||||
@@ -79,8 +79,6 @@ class PalletFromLocatorDataTable extends Component
|
||||
return view('livewire.pallet-from-locator-data-table');
|
||||
}
|
||||
|
||||
|
||||
|
||||
// public function render()
|
||||
// {
|
||||
// return view('livewire.pallet-from-locator-data-table');
|
||||
|
||||
Reference in New Issue
Block a user