fix backup target edit form filling

This commit is contained in:
Johannes Zellner
2025-08-04 14:03:20 +02:00
parent 90c82ab1e7
commit f48b1d066e
2 changed files with 3 additions and 4 deletions
@@ -79,6 +79,7 @@ async function getBlockDevices() {
if (error) return console.error(error);
console.log(providerConfig.value)
// amend label for UI
result.forEach(d => {
d.label = d.path;