From ebab0be93205129b5723107aecaa9ca2838078e3 Mon Sep 17 00:00:00 2001 From: SonPhung Date: Thu, 30 Jul 2026 00:23:07 +0700 Subject: [PATCH] feat: add InstructionsBuilder, AttributeSchemaBuilder, and EventForm components to manage event actions and attributes --- src/components/AttributeSchemaBuilder.tsx | 2 +- src/components/InstructionsBuilder.tsx | 2 +- src/pages/EventForm.tsx | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/AttributeSchemaBuilder.tsx b/src/components/AttributeSchemaBuilder.tsx index 8d04610..c21da47 100644 --- a/src/components/AttributeSchemaBuilder.tsx +++ b/src/components/AttributeSchemaBuilder.tsx @@ -17,7 +17,7 @@ export function AttributeSchemaBuilder({ control, register }: AttributeSchemaBui return (
-

Attributes Schema

+