split out group-meeting member list into a separate component, and fix some edit/create mode titles

This commit is contained in:
2025-02-03 14:30:49 -07:00
parent 40765feea1
commit 31d573684a
4 changed files with 175 additions and 110 deletions

View File

@@ -138,6 +138,8 @@ export default class OnboardMeetingListView extends Vue {
async submitPassword() {
if (!this.selectedMeeting) {
// this should never happen
logConsoleAndDb('No meeting selected when prompting for password, which should never happen.', true);
return;
}