diff --git a/frontend/src/lib/components/flows/map/MapItem.svelte b/frontend/src/lib/components/flows/map/MapItem.svelte
index 3afe38ca06..f29895ac78 100644
--- a/frontend/src/lib/components/flows/map/MapItem.svelte
+++ b/frontend/src/lib/components/flows/map/MapItem.svelte
@@ -79,7 +79,7 @@
{/if}
{#if flowJobs && !insertable}
-
+
{
dispatch('selectedIteration', e.detail)
diff --git a/frontend/src/lib/utils.ts b/frontend/src/lib/utils.ts
index 1a278c9c79..75b2889804 100644
--- a/frontend/src/lib/utils.ts
+++ b/frontend/src/lib/utils.ts
@@ -11,7 +11,7 @@ import { deepEqual } from 'fast-equals'
import YAML from 'yaml'
import type { UserExt } from './stores'
import { sendUserToast } from './toast'
-import type { Script, WorkspaceDeployUISettings } from './gen'
+import type { Script } from './gen'
import type { EnumType, SchemaProperty } from './common'
import type { Schema } from './common'
export { sendUserToast }