Add extra info back

This commit is contained in:
Adria Navarro 2025-02-12 16:17:37 +01:00
parent 7c91ce8958
commit 6cc8fb0cc3
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ export const jsHelperAutocomplete = (
): BindingCompletion => {
return setAutocomplete(
baseCompletions.map(helper => ({
section: helper.section,
...helper,
displayLabel: helper.label,
label: `helpers.${helper.label}()`,
}))