Skip to content

Commit

Permalink
Remove v-if from partial
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Dec 27, 2024
1 parent 7f64a35 commit f2ef314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="border-b pb-2" v-if="resultsType == 'categories'">
<div class="border-b pb-2">
<x-rapidez::autocomplete.title>@lang('Categories')</x-rapidez::autocomplete.title>
<ul class="flex flex-col font-sans">
<li v-for="hit in resultsData.hits" :key="hit._source.id" class="flex flex-1 items-center w-full">
Expand Down

0 comments on commit f2ef314

Please sign in to comment.