From 2272f2af836cb00434becec57161613155e3c24c Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 23 Jan 2025 09:37:42 +0530 Subject: [PATCH] feat: use default layout --- .../dashboard/routes/dashboard/settings/billing/Index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/settings/billing/Index.vue b/app/javascript/dashboard/routes/dashboard/settings/billing/Index.vue index fba0e2c7a..8f829ed0c 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/billing/Index.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/billing/Index.vue @@ -85,7 +85,6 @@ onMounted(fetchAccountDetails); :loading-message="$t('ATTRIBUTES_MGMT.LOADING')" :no-records-found="!hasABillingPlan" :no-records-message="$t('BILLING_SETTINGS.NO_BILLING_USER')" - class="max-w-2xl" >