Skip to content

Commit f05681b

Browse files
jstarplMint de Wit
authored andcommitted
chore: wip
1 parent ff80b9c commit f05681b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/webui/src/client/ui/PreviewPopUp/PreviewPopUp.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import classNames from 'classnames'
33
import { usePopper } from 'react-popper'
44
import { Padding, Placement, VirtualElement } from '@popperjs/core'
55

6+
import './PreviewPopUp.scss'
7+
68
export const PreviewPopUp = React.forwardRef<
79
PreviewPopUpHandle,
810
React.PropsWithChildren<{

packages/webui/src/client/ui/PreviewPopUp/PreviewPopUpContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function PreviewPopUpContextProvider({ children }: React.PropsWithChildre
101101
const previewRef = useRef<PreviewPopUpHandle>(null)
102102

103103
const [previewSession, setPreviewSession] = useState<PreviewSession | null>(null)
104-
const [previewContent, setPreviewContent] = useState<PreviewContent | null>(null)
104+
const [_previewContent, setPreviewContent] = useState<PreviewContent | null>(null)
105105

106106
const context: IPreviewPopUpContext = {
107107
requestPreview: (anchor, content, opts) => {

0 commit comments

Comments
 (0)