Skip to content

Commit

Permalink
feat: add organizer selection
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
  • Loading branch information
SebastianKrupinski committed Aug 20, 2024
1 parent f508f3a commit 7e4fb9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Editor/Invitees/InviteesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@ export default {
label: user.commonName,
address: removeMailtoPrefix(user.uri)
}
}
else if (this.principalsStore.getCurrentUserPrincipal !== null) {
} else if (this.principalsStore.getCurrentUserPrincipal !== null) {
const user = this.principalsStore.getCurrentUserPrincipal
organizer = {
label: user.displayname,
Expand Down

0 comments on commit 7e4fb9b

Please sign in to comment.