Add Task to update rules

This commit is contained in:
Alfonso Grillo
2023-01-30 12:06:19 +01:00
parent 32edbed792
commit ed64e8ed6d
2 changed files with 27 additions and 27 deletions
@@ -40,6 +40,7 @@ struct NotificationSettings<BottomSection: View>: View {
bottomSection
}
.activityIndicator(show: viewModel.viewState.saving)
.disabled(viewModel.viewState.saving)
}
}