diff --git a/src/components/molecules/action-settings/screenshot.tsx b/src/components/molecules/action-settings/screenshot.tsx index bae4ad3e..8e412afa 100644 --- a/src/components/molecules/action-settings/screenshot.tsx +++ b/src/components/molecules/action-settings/screenshot.tsx @@ -6,7 +6,7 @@ import { SelectChangeEvent } from "@mui/material/Select/Select"; import { Dropdown } from "../../atoms/DropdownMui"; export const ScreenshotSettings = forwardRef((props, ref) => { - const [settings, setSettings] = React.useState({ }); + const [settings, setSettings] = React.useState({}); useImperativeHandle(ref, () => ({ getSettings() { return settings; @@ -48,7 +48,7 @@ export const ScreenshotSettings = forwardRef((props, ref) => { jpeg png - { settings.type === "jpeg" ? + {settings.type === "jpeg" ? { } { disabled allow - { settings.type === "png" ? + {settings.type === "png" ? { return ( - + Allows to run an arbitrary asynchronous function evaluated at the server side accepting the current page instance argument. diff --git a/src/components/molecules/action-settings/scroll.tsx b/src/components/molecules/action-settings/scroll.tsx index e115404f..2e5743af 100644 --- a/src/components/molecules/action-settings/scroll.tsx +++ b/src/components/molecules/action-settings/scroll.tsx @@ -11,7 +11,7 @@ export const ScrollSettings = forwardRef((props, ref) => { return (