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";
}