Fix zammd install script
This commit is contained in:
parent
df9b8abf15
commit
ac4646d434
3 changed files with 18 additions and 9 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue