Prettier.

This commit is contained in:
mike12345567 2025-02-14 17:27:42 +00:00
parent 5dd473119c
commit b6498c9082
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
let open: boolean
let selectedValue: string[] | string
// need a cast version of this for reactivity, components below aren't typed
$: castSelectedValue = selectedValue as any
$: multiselect =
[FieldType.LINK, FieldType.BB_REFERENCE].includes(type) &&
fieldSchema?.relationshipType !== "one-to-many"