diff --git a/src/rjsf-theme/templates/ButtonTemplates/index.tsx b/src/rjsf-theme/templates/ButtonTemplates/index.tsx index f171909..ce34edb 100644 --- a/src/rjsf-theme/templates/ButtonTemplates/index.tsx +++ b/src/rjsf-theme/templates/ButtonTemplates/index.tsx @@ -33,6 +33,7 @@ function buttonTemplates< /* a bit hacky to specify the style here */ ), MoveDownButton: ({ uiSchema, registry, ...props }) => ( - ), MoveUpButton: ({ uiSchema, registry, ...props }) => ( - ), RemoveButton: ({ uiSchema, registry, ...props }) => ( - ),