From 5b1feb110a10081fb6175d41a0725fe5aed21711 Mon Sep 17 00:00:00 2001 From: Raquel Smith Date: Thu, 16 Nov 2023 11:42:55 -0800 Subject: [PATCH] fix type --- frontend/src/scenes/sceneTypes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/scenes/sceneTypes.ts b/frontend/src/scenes/sceneTypes.ts index 5d5ed7a89c3ff..0c0466cd70354 100644 --- a/frontend/src/scenes/sceneTypes.ts +++ b/frontend/src/scenes/sceneTypes.ts @@ -64,7 +64,6 @@ export enum Scene { PasswordReset = 'PasswordReset', PasswordResetComplete = 'PasswordResetComplete', PreflightCheck = 'PreflightCheck', - Ingestion = 'IngestionWizard', OrganizationCreationConfirm = 'OrganizationCreationConfirm', Unsubscribe = 'Unsubscribe', DebugQuery = 'DebugQuery',