Add missing changelog button in webUI update info

This commit is contained in:
schroda
2024-05-05 01:22:52 +02:00
parent 64adf991d1
commit cfde1371fc

View File

@@ -120,6 +120,7 @@ export const WebUIUpdateChecker = () => {
version: webUIUpdateData?.checkForWebUIUpdate.tag,
channel: webUIUpdateData?.checkForWebUIUpdate.channel,
})}
changelogUrl={changelogUrl}
disabled={isUpdateInProgress}
onAction={() =>
requestManager