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:
parent
2b41ce7306
commit
cebc71acdd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export class ImageUploadComponent {
|
|||
errorMessage: string = '';
|
||||
|
||||
tournamentId = input<number>();
|
||||
token = input<string>();
|
||||
token = input.required<string>();
|
||||
|
||||
//sharedMediaService = inject(SharedMediaService);
|
||||
|
||||
|
|
Loading…
Reference in a new issue