diff --git a/src/js/components/Beacon/BeaconCommon/VariantInput.tsx b/src/js/components/Beacon/BeaconCommon/VariantInput.tsx index 3251713a..397774d9 100644 --- a/src/js/components/Beacon/BeaconCommon/VariantInput.tsx +++ b/src/js/components/Beacon/BeaconCommon/VariantInput.tsx @@ -5,11 +5,11 @@ import type { FormField } from '@/types/beacon'; const VariantInput = ({ field, disabled }: VariantInputProps) => { const t = useTranslationFn(); return ( -