Skip to content

Commit

Permalink
Merge branch 'dev' into psp-8116
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr authored Apr 5, 2024
2 parents 331b429 + d8dbe59 commit dbf9dfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/backend/api/Pims.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<UserSecretsId>0ef6255f-9ea0-49ec-8c65-c172304b4926</UserSecretsId>
<Version>5.0.2-77.9</Version>
<Version>5.0.2-77.9</Version>
<Version>5.0.2-77.10</Version>
<Version>5.0.2-77.10</Version>
<AssemblyVersion>5.0.2.77</AssemblyVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProjectGuid>16BC0468-78F6-4C91-87DA-7403C919E646</ProjectGuid>
Expand Down
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": "5.0.2-77.9",
"version": "5.0.2-77.10",
"private": true,
"dependencies": {
"@bcgov/bc-sans": "1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export const mapMachine = createMachine<MachineContext>({
},
mapVisible: {
type: 'parallel',
entry: [send({ type: 'REFRESH_PROPERTIES', searchCriteria: defaultPropertyFilter })],
on: {
EXIT_MAP: {
target: 'notMap',
Expand Down

0 comments on commit dbf9dfc

Please sign in to comment.