diff --git a/src/stores/product-service/index.ts b/src/stores/product-service/index.ts index f281d362..1804b1cd 100644 --- a/src/stores/product-service/index.ts +++ b/src/stores/product-service/index.ts @@ -55,6 +55,7 @@ const useProductServiceStore = defineStore('api-product-service', () => { pageSize?: number; query?: string; status?: 'CREATED' | 'ACTIVE' | 'INACTIVE'; + activeOnly?: boolean; }) { const params = new URLSearchParams();