We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40dc74 commit 9ac21e9Copy full SHA for 9ac21e9
src/routes/(console)/organization-[organization]/change-plan/+page.svelte
@@ -34,6 +34,7 @@
34
import { loadAvailableRegions } from '$routes/(console)/regions';
35
import EstimatedTotalBox from '$lib/components/billing/estimatedTotalBox.svelte';
36
import { Query } from '@appwrite.io/console';
37
+
38
export let data;
39
40
let selectedCoupon: Partial<Coupon> = null;
0 commit comments