diff --git a/services/plugin/src/Plugin.tsx b/services/plugin/src/Plugin.tsx index 77ace065..4b3f0471 100644 --- a/services/plugin/src/Plugin.tsx +++ b/services/plugin/src/Plugin.tsx @@ -33,8 +33,8 @@ export const Plugin = ({ }: { pluginSource?: string pluginShortName?: string - height?: string - width?: string + height?: string | number + width?: string | number propsToPass: any }): JSX.Element => { const iframeRef = useRef(null)