Skip to content

Commit

Permalink
fix: delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
cripacrip committed Dec 20, 2024
1 parent 03787d6 commit 7f2ae64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fields/select-field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</template>

<script lang="ts" setup generic="T extends Record<string, any>">
import { computed, nextTick, ref } from "vue";
import { computed, ref } from "vue";
import * as Select from "@/components/lib/ui/select";
import InputField from "@/components/fields/input-field.vue";
Expand Down

0 comments on commit 7f2ae64

Please sign in to comment.