Ensure we reset the days and hours of the backup schedule when showing the dialog
This commit is contained in:
@@ -67,6 +67,8 @@ defineExpose({
|
||||
site.value = s;
|
||||
busy.value = false;
|
||||
formError.value = false;
|
||||
days.value = [];
|
||||
hours.value = [];
|
||||
|
||||
const currentRetentionString = JSON.stringify(site.value.retention);
|
||||
const selectedRetention = BackupSitesModel.backupRetentions.find(function (x) { return JSON.stringify(x.id) === currentRetentionString; });
|
||||
|
||||
Reference in New Issue
Block a user