We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1bb87 commit 8a0d8b3Copy full SHA for 8a0d8b3
1 file changed
admin-js/src/App.js
@@ -445,7 +445,8 @@ const AiohttpAppBar = () => (
445
);
446
447
const App = (props) => {
448
- const {aiohttpState, key, ...adminProps} = props;
+ const {aiohttpState, ...adminProps} = props;
449
+ const {key} = props;
450
STATE = aiohttpState;
451
const [loaded, setLoaded] = useState(STATE["js_module"] === null);
452
if (!loaded) {
0 commit comments