-
Notifications
You must be signed in to change notification settings - Fork 15
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
Host - UI: item placement #470
Conversation
|
Temporary Url for review: https://strr-hosts-dev--pr-470-id90xa4e.web.app |
1 similar comment
Temporary Url for review: https://strr-hosts-dev--pr-470-id90xa4e.web.app |
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 - one question that isn't a show stopper
@@ -168,6 +169,9 @@ onMounted(async () => { | |||
:state="propStore.blInfo" | |||
> | |||
<div class="space-y-10 py-10"> | |||
<p class="px-4 md:px-10"> | |||
{{ $t('text.ifYouHaveBl') }} | |||
</p> | |||
<ConnectFormSection | |||
:title="$t('label.localGovBL')" | |||
:error="isComplete && hasFormErrors(blFormRef, ['businessLicense', 'businessLicenseExpiryDate'])" |
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.
should these be required when bl document is required? Right now I think they are always optional?
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.
The requirement was to have them be always optional, confirmed with Stefanie awhile ago.
Issue:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the BC Registry and Digital Services BSD 3-Clause License