1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-11-13 16:47:35 +01:00

feat(#33); e2e test image uplaod

This commit is contained in:
Rafael Tanzer 2024-06-18 18:18:40 +02:00
parent 2b41ce7306
commit cebc71acdd

View file

@ -15,7 +15,7 @@ export class ImageUploadComponent {
errorMessage: string = '';
tournamentId = input<number>();
token = input<string>();
token = input.required<string>();
//sharedMediaService = inject(SharedMediaService);