Add extra info back
This commit is contained in:
parent
7c91ce8958
commit
6cc8fb0cc3
|
@ -198,7 +198,7 @@ export const jsHelperAutocomplete = (
|
|||
): BindingCompletion => {
|
||||
return setAutocomplete(
|
||||
baseCompletions.map(helper => ({
|
||||
section: helper.section,
|
||||
...helper,
|
||||
displayLabel: helper.label,
|
||||
label: `helpers.${helper.label}()`,
|
||||
}))
|
||||
|
|
Loading…
Reference in New Issue