diff --git a/frontend/src/lib/components/HistoricInputs.svelte b/frontend/src/lib/components/HistoricInputs.svelte index d7020b4f11..d52a56d56d 100644 --- a/frontend/src/lib/components/HistoricInputs.svelte +++ b/frontend/src/lib/components/HistoricInputs.svelte @@ -6,6 +6,7 @@ import JobLoader from './runs/JobLoader.svelte' import { DataTable } from '$lib/components/table' import HistoricList from './HistoricList.svelte' + import { Loader2 } from 'lucide-svelte' export let runnableId: string | undefined = undefined export let runnableType: RunnableType | undefined = undefined @@ -103,12 +104,15 @@ /> {/if} -