Skip to content

Commit 8b19970

Browse files
authored
Fix: Remove localhost configuration for preview (#53)
1 parent dfdf503 commit 8b19970

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/ContentExplorer/PreviewDialog.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const PreviewDialog = ({
5959
onRequestClose={onCancel}
6060
>
6161
<ContentPreview
62+
skipServerUpdate
6263
cache={cache}
6364
file={item}
6465
token={token}
@@ -68,10 +69,6 @@ const PreviewDialog = ({
6869
onClose={onCancel}
6970
hasSidebar={hasPreviewSidebar}
7071
getLocalizedMessage={getLocalizedMessage}
71-
skipServerUpdate
72-
staticHost='https://phora.dev.box.net'
73-
staticPath='content-experience'
74-
version='dev'
7572
/>
7673
</Modal>
7774
);

0 commit comments

Comments
 (0)