Skip to content

Commit 603dec4

Browse files
committed
fix: missing inexisting prop
1 parent 92755c6 commit 603dec4

File tree

1 file changed

+0
-1
lines changed
  • frontend/layers/products/app/pages/products

1 file changed

+0
-1
lines changed

frontend/layers/products/app/pages/products/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ const {
105105
v-model="searchParams"
106106
class="w-screen sm:w-full max-w-[920px] -ml-md sm:mx-auto"
107107
:results="data"
108-
:available-type-filters
109108
:is-loading="status === 'pending'"
110109
:has-error="!!error"
111110
@search="execute()"

0 commit comments

Comments
 (0)