mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-15 12:31:21 +00:00
Set src value or undefined
This commit is contained in:
parent
5215e7ad5b
commit
9727711b04
@ -278,7 +278,7 @@ export const AppViewer = forwardRef(
|
|||||||
width: '100%',
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
id="browser-iframe"
|
id="browser-iframe"
|
||||||
src={defaultUrl}
|
src={defaultUrl || undefined}
|
||||||
sandbox="allow-scripts allow-same-origin allow-forms allow-downloads allow-modals"
|
sandbox="allow-scripts allow-same-origin allow-forms allow-downloads allow-modals"
|
||||||
allow="fullscreen; clipboard-read; clipboard-write"
|
allow="fullscreen; clipboard-read; clipboard-write"
|
||||||
></iframe>
|
></iframe>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user