Skip to content

Commit 7a892bc

Browse files
committed
Add component and scope args to FilterInterface::filter()
1 parent f8c04f3 commit 7a892bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Form/Action/SaveAction.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public function execute(FormRepository $formRepository, array $value): void
2323
$providerHandler = $formRepository->getProviderHandler();
2424

2525
$item = $formRepository->getItemFromData($value);
26-
2726
foreach ($value['item'] as $propertyKey => $propertyValue) {
2827
if ($propertyKey === $primaryKey) {
2928
continue;

0 commit comments

Comments
 (0)