From 628c3e97f5dd1c3b1f57726ba1403f050fa5dbdc Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Mon, 13 Jul 2026 04:14:42 +0530 Subject: [PATCH] if no ffilterable but autocomplete, thriw error --- openapi_first/templates/vet_app/openapi.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/openapi_first/templates/vet_app/openapi.yaml b/openapi_first/templates/vet_app/openapi.yaml index e5eb0d9..93c3508 100644 --- a/openapi_first/templates/vet_app/openapi.yaml +++ b/openapi_first/templates/vet_app/openapi.yaml @@ -31,12 +31,10 @@ components: type: string x-order: 1 x-label: "Procedure Name" - x-autocomplete: token description: type: string x-order: 2 x-label: "Description" - x-autocomplete: text cost: type: number format: float