Fix missing ac -> autocomplete renaming

This commit is contained in:
MareStare 2025-02-15 05:35:18 +00:00
parent 20035f6411
commit 9b077ae195

View file

@ -224,7 +224,7 @@ export function listenAutocomplete() {
}
}
const { acMinLength: minTermLength, acSource: endpointUrl } = targetedInput.dataset;
const { autocompleteMinLength: minTermLength, autocompleteSource: endpointUrl } = targetedInput.dataset;
if (!endpointUrl) return;