improve some layout on create calendar

This commit is contained in:
2022-06-30 18:36:02 +02:00
parent 64d7c1fe99
commit d87c6305fd
8 changed files with 70 additions and 24 deletions

View File

@@ -32,6 +32,7 @@ export interface User {
text: string;
email: string;
user_job: Job;
label: string;
// todo: mainCenter; mainJob; etc..
}