Remove try-catch block in DiaryView and modify CSS in MembersView.

This commit is contained in:
Torsten Schulz
2024-11-07 09:05:29 +01:00
parent 638f750f26
commit ab9e56f8ed
2 changed files with 1 additions and 5 deletions

View File

@@ -437,10 +437,6 @@ export default {
},
async openNotesModal(member) {
this.noteMember = member;
try {
// await this.loadMemberImage(member);
} catch (error) {
}
this.loadMemberNotesAndTags(this.date.id, member.id);
this.showNotesModal = true;
},

View File

@@ -371,7 +371,7 @@ table td {
display: flex;
justify-content: center;
align-items: center;
position: fixed;toggleNewMember() {}
position: fixed;
z-index: 1000;
left: 0;
top: 0;