;
};
+ showButtons?: boolean;
}
export function ProviderForm({
@@ -61,6 +62,7 @@ export function ProviderForm({
onSubmit,
onCancel,
initialData,
+ showButtons = true,
}: ProviderFormProps) {
const { t } = useTranslation();
const isEditMode = Boolean(initialData);
@@ -445,7 +447,7 @@ export function ProviderForm({
return (
);