fix(reward-selection-pop-up): Fix Width

This commit is contained in:
Nino
2025-10-16 13:55:40 +02:00
parent 3a3f485146
commit 57302b4536

View File

@@ -114,6 +114,7 @@ export class RewardSelectionPopUpService {
? 'Zum Warenkorb'
: 'Zur Prämienausgabe',
},
width: '30rem',
});
const dialogResult = await firstValueFrom(dialogRef.closed);