Fix zammd install script

This commit is contained in:
Darren Clarke 2023-05-30 09:52:49 +00:00 committed by GitHub
parent df9b8abf15
commit ac4646d434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 9 deletions

View file

@ -56,8 +56,10 @@ export const InternalZammadWrapper: FC<InternalZammadWrapperProps> = ({
// @ts-ignore
if (linkElement.contentDocument.querySelector(".overview-header")) {
// @ts-ignore
linkElement.contentDocument.querySelector(
".overview-header"
(
linkElement.contentDocument.querySelector(
".overview-header"
) as any
).style = "display: none";
}

View file

@ -25,11 +25,9 @@
"@mui/x-date-pickers-pro": "^6.5.0",
"date-fns": "^2.30.0",
"graphql-request": "^6.1.0",
"http-proxy-middleware": "^2.0.6",
"material-ui-popup-state": "^5.0.8",
"next": "13.4.3",
"next-auth": "^4.22.1",
"next-http-proxy-middleware": "^1.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-iframe": "^1.8.5",