Refresh backup target listing if default changes
This commit is contained in:
@@ -134,6 +134,8 @@ async function onPrimaryTargetChanged(value) {
|
||||
const [error] = await backupTargetsModel.setPrimary(value);
|
||||
if (error) return console.error(error);
|
||||
|
||||
await refresh();
|
||||
|
||||
primaryTargetId.value = value;
|
||||
primaryTargetChangeBusy.value = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user