Skip to content

Commit

Permalink
Merge pull request #556 from bcgov/13861
Browse files Browse the repository at this point in the history
13861 - Update sbc-common-components to 3.0.3 to support staff with an ORG.
  • Loading branch information
seeker25 authored Oct 11, 2022
2 parents 006924c + 96a460f commit 04989f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "name-request",
"version": "3.2.1",
"version": "3.2.2",
"private": true,
"appName": "Name Request UI",
"sbcName": "SBC Common Components",
Expand All @@ -27,7 +27,7 @@
"launchdarkly-js-client-sdk": "^2.18.3",
"lodash": "^4.17.20",
"remove-accents": "^0.4.2",
"sbc-common-components": "3.0.1",
"sbc-common-components": "3.0.3",
"style-loader": "^1.3.0",
"vue": "^2.6.12",
"vue-contenteditable": "^1.0.2",
Expand Down
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<!-- SBC Common Components header -->
<SbcHeader
id="namerequest-sbc-header"
class="flex-column"
:inAuth="false"
:showActions="true"
/>
Expand Down Expand Up @@ -291,4 +292,5 @@ export default class App extends Mixins(
color: $dk-text;
}
}
</style>

0 comments on commit 04989f7

Please sign in to comment.