We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdf503 commit 8b19970Copy full SHA for 8b19970
1 file changed
src/components/ContentExplorer/PreviewDialog.js
@@ -59,6 +59,7 @@ const PreviewDialog = ({
59
onRequestClose={onCancel}
60
>
61
<ContentPreview
62
+ skipServerUpdate
63
cache={cache}
64
file={item}
65
token={token}
@@ -68,10 +69,6 @@ const PreviewDialog = ({
68
69
onClose={onCancel}
70
hasSidebar={hasPreviewSidebar}
71
getLocalizedMessage={getLocalizedMessage}
- skipServerUpdate
72
- staticHost='https://phora.dev.box.net'
73
- staticPath='content-experience'
74
- version='dev'
75
/>
76
</Modal>
77
);
0 commit comments