TF-4145 Create paywall url from workplaceFqdn

This commit is contained in:
dab246
2025-11-14 17:59:21 +07:00
committed by Dat H. Pham
parent e61253eb1f
commit d6e959c4d9
18 changed files with 283 additions and 118 deletions
@@ -80,8 +80,8 @@ class QuotasBannerWidget extends StatelessWidget {
backgroundColor: QuotasBannerStyles.backgroundColor,
textStyle: QuotasBannerStyles.manageStorageButtonTextStyle,
padding: EdgeInsets.zero,
onTapActionCallback: () =>
_quotasController.handleManageMyStorage(context),
onTapActionCallback:
_quotasController.handleManageMyStorage,
),
],
),