feat: Add widget integration option (#14)
* wip: add widget integrations * feat: Add integration option to widgets * feat: Add translation for widget integration select * fix: formatting issue * chore: address pull request feedback
This commit is contained in:
@@ -23,7 +23,7 @@ export const WidgetSliderInput = ({
|
||||
min={options.validate.minValue ?? undefined}
|
||||
max={options.validate.maxValue ?? undefined}
|
||||
step={options.step}
|
||||
{...form.getInputProps(property)}
|
||||
{...form.getInputProps(`options.${property}`)}
|
||||
/>
|
||||
</InputWrapper>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user