Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into psp-5951-sidebar-rou…
Browse files Browse the repository at this point in the history
…ting
  • Loading branch information
asanchezr committed Jun 27, 2023
2 parents 0b215ec + 2d80131 commit 9582015
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions source/backend/api/Pims.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<UserSecretsId>0ef6255f-9ea0-49ec-8c65-c172304b4926</UserSecretsId>
<Version>3.2.0-56.22</Version>
<Version>3.2.0-56.22</Version>
<AssemblyVersion>3.2.0.56</AssemblyVersion>
<Version>3.2.0-57.1</Version>
<Version>3.2.0-57.1</Version>
<AssemblyVersion>3.2.0.57</AssemblyVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProjectGuid>16BC0468-78F6-4C91-87DA-7403C919E646</ProjectGuid>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions source/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.2.0-56.22",
"version": "3.2.0-57.1",
"private": true,
"dependencies": {
"@bcgov/bc-sans": "1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const AdminTools = ({ onLinkClick }: ISideTrayPageProps) => {
Manage Form Document Templates
</Link>
<Link to="/admin/financial-code/list" onClick={onLinkClick}>
Manage Financial Codes
Manage Project and Financial Codes
</Link>
</>
);
Expand Down

0 comments on commit 9582015

Please sign in to comment.