We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9698bd2 commit 3753ceeCopy full SHA for 3753cee
src/JoinRpg.Web.ProjectMasterTools/Settings/ProjectContactRequirementsPanel.razor
@@ -7,11 +7,6 @@
7
return;
8
}
9
10
-@if (success)
11
-{
12
- <JoinAlert Variation="VariationStyleEnum.Success">Настройки контактов сохранены</JoinAlert>
13
-}
14
-
15
@if (Model.ProjectStatus == ProjectLifecycleStatus.Archived)
16
{
17
@@ -54,6 +49,11 @@
54
49
</Body>
55
50
</JoinPanel>
56
51
52
+@if (success)
53
+{
+ <JoinAlert Variation="VariationStyleEnum.Success">Настройки контактов сохранены</JoinAlert>
+}
+
57
@code {
58
private EditContext? editContext;
59
private bool saving;
0 commit comments