feat: add InstructionsBuilder, AttributeSchemaBuilder, and EventForm components to manage event actions and attributes
This commit is contained in:
@@ -17,7 +17,7 @@ export function AttributeSchemaBuilder({ control, register }: AttributeSchemaBui
|
||||
return (
|
||||
<div className="space-y-4">
|
||||
<div className="flex items-center justify-between">
|
||||
<h3 className="text-lg font-medium">Attributes Schema</h3>
|
||||
<h3 className="text-lg font-medium"></h3>
|
||||
<Button
|
||||
type="button"
|
||||
variant="outline"
|
||||
|
||||
Reference in New Issue
Block a user