mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Use checksum more broadly, not specifically SHA256
This commit is contained in:
@@ -66,7 +66,7 @@ export default ({ backup }: Props) => {
|
||||
appear
|
||||
visible={visible}
|
||||
onDismissed={() => setVisible(false)}
|
||||
checksum={backup.sha256Hash}
|
||||
checksum={backup.checksum}
|
||||
/>
|
||||
}
|
||||
<ConfirmationModal
|
||||
|
||||
Reference in New Issue
Block a user