Skip to content

Commit e5a82ad

Browse files
committed
Issue #2989266 by C13L0: Filter submissions by node title
1 parent c7b3d34 commit e5a82ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/WebformSubmissionStorage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public function getSourceEntitiesAsOptions(WebformInterface $webform) {
314314
$option_text = $entity->label();
315315
$options[$optgroup][$option_value] = $option_text;
316316
}
317-
asort($options[$optgroup]); ` `
317+
asort($options[$optgroup]);
318318
}
319319
return (count($options) === 1) ? reset($options) : $options;
320320
}

0 commit comments

Comments
 (0)