Remove comment.

This commit is contained in:
mike12345567 2025-02-14 17:29:39 +00:00
parent 03461c2a88
commit 3a4563a118
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@
export let defaultValue: string | undefined = undefined
export let onChange: any
export let filter: SearchFilter[]
// not really obvious how to type this - some components pass other things here
// but it looks like the component data fetch should only work with tables
export let datasourceType: "table" | "user" | "groupUser" = "table"
export let primaryDisplay: string | undefined = undefined
export let span: number | undefined = undefined