Skip to content

Commit

Permalink
remove authorization submitter
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin committed Jan 9, 2025
1 parent b673f89 commit e1868e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions auth-web/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 auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.7.3",
"version": "2.7.4",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default defineComponent({
// get date and user from review object
list.push({
label: `${strToPacificDateTime(props.review.creationDate)} &mdash; ` +
`Application Submitted &mdash; ${props.review.completingParty}`,
`Application Submitted`,
body: ''
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('PreviousCorrespondence component', () => {
const tests = [
{
title: 'initial submission',
label: 'Jun 2, 2024 at 1:30 pm Pacific time — Application Submitted — Joe Enduser',
label: 'Jun 2, 2024 at 1:30 pm Pacific time — Application Submitted',
textarea: null
},
{
Expand Down

0 comments on commit e1868e1

Please sign in to comment.