diff --git a/src/components/scans/AddScanModal.svelte b/src/components/scans/AddScanModal.svelte index 8f9c7cc2..807d110a 100644 --- a/src/components/scans/AddScanModal.svelte +++ b/src/components/scans/AddScanModal.svelte @@ -116,7 +116,8 @@ width="24" height="24"> + fill="currentColor" + d="M2 4h2v16H2V4zm4 0h1v16H6V4zm2 0h2v16H8V4zm3 0h2v16h-2V4zm3 0h2v16h-2V4zm3 0h1v16h-1V4zm2 0h3v16h-3V4z" />

@@ -128,22 +129,22 @@

-
- - getRunnerLabel(option)} + getOptionLabel={(option) => getRunnerLabel(option)} + itemFilter={(label, filterText, option) => filterRunners(label, filterText, option)} + items={runners} + showChevron={true} + placeholder={$_('search-for-runner-by-name-or-id')} + noOptionsMessage={$_('no-runners-found')} + on:select={(selectedValue) => (runner = selectedValue.detail.id)} + on:clear={() => (runner = null)} /> +