Skip to content

Commit

Permalink
Merge pull request #1740 from sumitbhanushali/fix-0304
Browse files Browse the repository at this point in the history
fix: use correct autocomplete component
  • Loading branch information
sumitbhanushali committed Apr 3, 2024
2 parents ed28007 + 014dc09 commit c0c45de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion desk/src/components/UniInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@

<script setup lang="ts">
import { computed, h } from "vue";
import { createResource, Autocomplete, FormControl } from "frappe-ui";
import { Autocomplete } from "@/components";
import { createResource, FormControl } from "frappe-ui";
import { Field } from "@/types";
import SearchComplete from "./SearchComplete.vue";
Expand Down

0 comments on commit c0c45de

Please sign in to comment.