Add media server settings

This commit is contained in:
Jon Staab
2025-01-28 14:44:43 -08:00
parent ce1fb396e3
commit 48a45f3a3a
5 changed files with 30 additions and 5 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
import Tippy from "@lib/components/Tippy.svelte"
export let value: string
export let options: string[]
export let options: string[] = []
export let allowCreate = false
let input: Element
@@ -20,7 +20,7 @@
createSearch(options, {
getValue: identity,
fuseOptions: {keys: [""]},
}),
}).searchValues,
)
const select = (newValue: string) => {