Skip to content

Commit

Permalink
Merge pull request #235 from its-a-feature/v2.3-testing
Browse files Browse the repository at this point in the history
attempt to fix upsidedown popups with notistack in new UI
  • Loading branch information
its-a-feature authored Jun 8, 2022
2 parents b3fb48f + 9b3d89a commit ad8e566
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions mythic-react-docker/mythic/public/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/new/static/css/main.ec411ae1.css",
"main.js": "/new/static/js/main.61442fa4.js",
"main.js": "/new/static/js/main.4b679fbe.js",
"static/media/mythic.svg": "/new/static/media/mythic.7189479fdfbd51ae729872ce2cb98784.svg",
"static/media/mythic_red_small.svg": "/new/static/media/mythic_red_small.793b41cc7135cdede246661ec232976b.svg",
"index.html": "/new/index.html",
"main.ec411ae1.css.map": "/new/static/css/main.ec411ae1.css.map",
"main.61442fa4.js.map": "/new/static/js/main.61442fa4.js.map"
"main.4b679fbe.js.map": "/new/static/js/main.4b679fbe.js.map"
},
"entrypoints": [
"static/css/main.ec411ae1.css",
"static/js/main.61442fa4.js"
"static/js/main.4b679fbe.js"
]
}
2 changes: 1 addition & 1 deletion mythic-react-docker/mythic/public/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/new/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" href="/new/logo192.png"/><link rel="manifest" href="/new/manifest.json"/><title>Mythic</title><script defer="defer" src="/new/static/js/main.61442fa4.js"></script><link href="/new/static/css/main.ec411ae1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/new/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" href="/new/logo192.png"/><link rel="manifest" href="/new/manifest.json"/><title>Mythic</title><script defer="defer" src="/new/static/js/main.4b679fbe.js"></script><link href="/new/static/css/main.ec411ae1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit ad8e566

Please sign in to comment.