Skip to content

Commit

Permalink
fix: update prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Sep 10, 2024
1 parent 737b238 commit f8b5d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/plugin/src/Plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<HTMLIFrameElement>(null)
Expand Down

0 comments on commit f8b5d98

Please sign in to comment.