Skip to content

Commit

Permalink
Fix autocomplete import
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtcppv committed Jan 9, 2025
1 parent 56e141e commit 18af0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/js/components/text-autocomplete.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { fetchCredentials } from "../../../../scripts/packages/tator-js/src/utils/fetch-credentials.js";
import autocompleter from "../../../node_modules/autocompleter/autocomplete.mjs";
import autocomplete from "../../../node_modules/autocompleter/autocomplete.mjs";

export class WormsAutoComplete {
/// Construct a WormsAutocomplete handler based on
Expand Down

0 comments on commit 18af0f6

Please sign in to comment.