diff --git a/frontend/.env.example b/frontend/.env.example
index 8dfc406..6a20acf 100644
--- a/frontend/.env.example
+++ b/frontend/.env.example
@@ -12,3 +12,4 @@ SLACK_FEEDBACK_CHANNEL_ID="channel_id"
VITE_GRAPHQL_ENDPOINT="http://localhost:5173/graphql"
VITE_PROXY_ENDPOINT="http://localhost:3000"
VITE_SCHEMA_ENDPOINT="http://localhost:3000/graphql"
+PUBLIC_PARQUEDIT_DATABASE_URL="project:location:database"
diff --git a/frontend/src/routes/team/[team]/launch-lab/+page.svelte b/frontend/src/routes/team/[team]/launch-lab/+page.svelte
index cc96db0..cf01979 100644
--- a/frontend/src/routes/team/[team]/launch-lab/+page.svelte
+++ b/frontend/src/routes/team/[team]/launch-lab/+page.svelte
@@ -1,10 +1,11 @@
{#snippet checkHeading()}
@@ -119,7 +133,7 @@
>.
{/snippet}
-{#snippet checkCell(bucket: BucketData)}
+{#snippet checkCell(bucket: Bucket)}
{bucket.name}
{/snippet}
-{#snippet teamCell(bucket: BucketData)}
+{#snippet teamCell(bucket: Bucket)}
{bucket.team.displayName}
@@ -155,46 +169,40 @@
{#if $LaunchLab.data?.team.viewerTeamMember}