feat: update API endpoint for ad creation and enhance InputFile component with category prop

This commit is contained in:
Ardeman
2025-03-12 10:57:48 +08:00
parent 56c31d7a20
commit 930d4b8459
5 changed files with 16 additions and 27 deletions
+1
View File
@@ -139,6 +139,7 @@ export const FormContentsPage = (properties: TProperties) => {
className="border-0 bg-white shadow read-only:bg-gray-100 focus:ring-1 focus:ring-[#2E2F7C] focus:outline-none disabled:bg-gray-100"
labelClassName="text-sm font-medium text-[#363636]"
containerClassName="flex-1"
category="featured_image"
/>
<Button
isLoading={fetcher.state !== 'idle'}