forked from jsnbuchanan/crowd-funder-for-time-pwa
feat: Reorder and reword the 'meeting' registration option based on feedback.
This commit is contained in:
@@ -111,14 +111,14 @@ export default class RegistrationNotice extends Vue {
|
|||||||
(this.$refs.choiceButtonDialog as ChoiceButtonDialog).open({
|
(this.$refs.choiceButtonDialog as ChoiceButtonDialog).open({
|
||||||
title: "How can you share your info?",
|
title: "How can you share your info?",
|
||||||
text: "",
|
text: "",
|
||||||
option1Text: "We are in a meeting together",
|
option1Text: "We are nearby with cameras",
|
||||||
option2Text: "We are nearby with cameras",
|
option2Text: "Someone created a meeting room",
|
||||||
option3Text: "We will share some other way",
|
option3Text: "We will share some other way",
|
||||||
onOption1: () => {
|
onOption1: () => {
|
||||||
this.$router.push({ name: "onboard-meeting-list" });
|
this.handleQRCodeClick();
|
||||||
},
|
},
|
||||||
onOption2: () => {
|
onOption2: () => {
|
||||||
this.handleQRCodeClick();
|
this.$router.push({ name: "onboard-meeting-list" });
|
||||||
},
|
},
|
||||||
onOption3: () => {
|
onOption3: () => {
|
||||||
this.$router.push({ name: "share-my-contact-info" });
|
this.$router.push({ name: "share-my-contact-info" });
|
||||||
|
|||||||
Reference in New Issue
Block a user