Skip to content

Commit

Permalink
Merge pull request #18 from yupingyong/dev
Browse files Browse the repository at this point in the history
小调整
  • Loading branch information
yupingyong authored Aug 5, 2022
2 parents da670bb + c7d1995 commit 8a592ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Kite.Gateway.EntityFrameworkCore :
仓储实现层,依赖于领域服务,基于EF Core实现

#### 使用说明

Supervision
#### 参与贡献

1. Fork 本仓库
Expand Down
4 changes: 2 additions & 2 deletions admin/Kite.Gateway.Admin/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@inherits LayoutComponentBase
@inject SwalService SwalService
@inject SwalService swalService
@inject NavigationManager navigationManager

<Layout SideWidth="0" IsPage="true" ShowGotoTop="true" ShowCollapseBar="true"
Expand Down Expand Up @@ -60,7 +60,7 @@
}));
builder.CloseComponent();
});
await SwalService.Show(op);
await swalService.Show(op);
}
await base.OnAfterRenderAsync(firstRender);
}
Expand Down

0 comments on commit 8a592ff

Please sign in to comment.