Skip to content

Commit

Permalink
Fix bug with referencing non existing property
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 24, 2024
1 parent 952d394 commit 63199d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static function getSubscribedEvents(): array

public function add(GridDefinitionConverterEvent $event): void
{
$field = Field::fromNameAndType('peakWMSUploadOrderRequest', 'twig');
$field = Field::fromNameAndType('peakUploadOrderRequest', 'twig');
$field->setOptions([
'template' => '@SetonoSyliusPeakPlugin/admin/order/grid/field/peak_upload_order_request.html.twig',
'vars' => [
Expand Down

0 comments on commit 63199d2

Please sign in to comment.