mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removed onLoad again from useEffect
This commit is contained in:
parent
54344c218e
commit
250df54a14
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import {useEffect} from 'react';
|
|||
function AuthFrame({adminUrl, onLoad}) {
|
||||
useEffect(function () {
|
||||
onLoad();
|
||||
}, [onLoad]);
|
||||
}, []);
|
||||
|
||||
const iframeStyle = {
|
||||
display: 'none'
|
||||
|
|
Loading…
Add table
Reference in a new issue