This commit is contained in:
Jarek Radosz 2025-05-29 11:16:40 +02:00
parent 580e79094c
commit be9f073277
No known key found for this signature in database
GPG Key ID: 98C198E7019429B3
1 changed files with 3 additions and 1 deletions

View File

@ -5,5 +5,7 @@ import UpgradeNotice from "../../components/docker-manager/upgrade-notice";
@tagName("")
@classNames("admin-upgrade-header-outlet", "upgrade-header")
export default class UpgradeHeader extends Component {
<template><UpgradeNotice @versionCheck={{@outletArgs.versionCheck}} /></template>
<template>
<UpgradeNotice @versionCheck={{@outletArgs.versionCheck}} />
</template>
}