mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 20:11:22 +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%',
|
||||
}}
|
||||
id="browser-iframe"
|
||||
src={defaultUrl}
|
||||
src={defaultUrl || undefined}
|
||||
sandbox="allow-scripts allow-same-origin allow-forms allow-downloads allow-modals"
|
||||
allow="fullscreen; clipboard-read; clipboard-write"
|
||||
></iframe>
|
||||
|
Loading…
x
Reference in New Issue
Block a user