Skip to content

Commit 3753cee

Browse files
authored
Перенести сообщение о сохранении под контакты (#3684)
1 parent 9698bd2 commit 3753cee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/JoinRpg.Web.ProjectMasterTools/Settings/ProjectContactRequirementsPanel.razor

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
return;
88
}
99

10-
@if (success)
11-
{
12-
<JoinAlert Variation="VariationStyleEnum.Success">Настройки контактов сохранены</JoinAlert>
13-
}
14-
1510
@if (Model.ProjectStatus == ProjectLifecycleStatus.Archived)
1611
{
1712
return;
@@ -54,6 +49,11 @@
5449
</Body>
5550
</JoinPanel>
5651

52+
@if (success)
53+
{
54+
<JoinAlert Variation="VariationStyleEnum.Success">Настройки контактов сохранены</JoinAlert>
55+
}
56+
5757
@code {
5858
private EditContext? editContext;
5959
private bool saving;

0 commit comments

Comments
 (0)