-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't scroll to top if it is staff #1995
don't scroll to top if it is staff #1995
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@@ -1185,7 +1185,7 @@ export default defineComponent({ | |||
? await getMHRegistrationSummary(getMhrInformation.value.mhrNumber, false) | |||
: null | |||
|
|||
if (!!regSum && !!regSum.lienRegistrationType) { | |||
if (!!regSum && !!regSum.lienRegistrationType && !isRoleStaffReg.value) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but looks like indent/spacing is slightly off
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @cameron-eyds , I removed the indent.
I am gonna merge the PR now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG! Just a small indent to fix
Fixed indent issue. |
Issue #: /bcgov/entity#22366
Description of changes:
Stop scrolling to top to review if the user is staff
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the PPR license (Apache 2.0).