Add Task to update rules

This commit is contained in:
Alfonso Grillo
2023-01-30 12:06:19 +01:00
parent d08a2fb890
commit 6f5012a38f
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)
}
}