Docker updates

This commit is contained in:
Darren Clarke 2023-02-10 12:14:44 +00:00
parent e556cdceba
commit bef49705a4
8 changed files with 50 additions and 34 deletions

View file

@ -10,7 +10,7 @@ export const ZammadWrapper: FC<ZammadWrapperProps> = ({
url,
hideSidebar = true,
}) => {
const [display, setDisplay] = useState("none");
const [display, setDisplay] = useState("inherit");
return (
<Iframe