feat(frontend): nieuwe "cancel" knop bij create assignment
This commit is contained in:
parent
1d29adaa31
commit
800f6433d6
10 changed files with 44 additions and 238 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
const role = auth.authState.activeRole;
|
||||
|
||||
const name: string = "";//auth.authState.user!.profile.name!;
|
||||
const name = "";//Auth.authState.user!.profile.name!;
|
||||
const initials: string = name
|
||||
.split(" ")
|
||||
.map((n) => n[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue