feat(frontend): nieuwe "cancel" knop bij create assignment

This commit is contained in:
Joyelle Ndagijimana 2025-04-19 15:19:58 +02:00
parent 1d29adaa31
commit 800f6433d6
10 changed files with 44 additions and 238 deletions

View file

@ -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])